Searched refs:HW_BRK_TYPE_WRITE (Results 1 – 6 of 6) sorted by relevance
28 #define HW_BRK_TYPE_WRITE 0x02 macro36 #define HW_BRK_TYPE_RDWR (HW_BRK_TYPE_READ | HW_BRK_TYPE_WRITE)
25 dawrx = (brk->type & (HW_BRK_TYPE_READ | HW_BRK_TYPE_WRITE)) in set_dawr()
130 if (type & HW_BRK_TYPE_WRITE) in arch_bp_generic_fields()200 hw->type |= HW_BRK_TYPE_WRITE; in hw_breakpoint_arch_parse()
67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE)) in check_dawrx_constraints()
854 if ((brk->type & HW_BRK_TYPE_RDWR) == HW_BRK_TYPE_WRITE) in set_breakpoint_8xx()
224 brk.type |= HW_BRK_TYPE_WRITE; in ppc_set_hwdebug()