Home
last modified time | relevance | path

Searched refs:HW_BRK_TYPE_READ (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h27 #define HW_BRK_TYPE_READ 0x01 macro
36 #define HW_BRK_TYPE_RDWR (HW_BRK_TYPE_READ | HW_BRK_TYPE_WRITE)
/openbmc/linux/arch/powerpc/kernel/
H A Ddawr.c25 dawrx = (brk->type & (HW_BRK_TYPE_READ | HW_BRK_TYPE_WRITE)) in set_dawr()
H A Dhw_breakpoint.c128 if (type & HW_BRK_TYPE_READ) in arch_bp_generic_fields()
198 hw->type |= HW_BRK_TYPE_READ; in hw_breakpoint_arch_parse()
H A Dhw_breakpoint_constraints.c59 if (OP_IS_LOAD(type) && !(info->type & HW_BRK_TYPE_READ)) in check_dawrx_constraints()
H A Dprocess.c852 if ((brk->type & HW_BRK_TYPE_RDWR) == HW_BRK_TYPE_READ) in set_breakpoint_8xx()
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c222 brk.type |= HW_BRK_TYPE_READ; in ppc_set_hwdebug()