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

/linux-master/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)
/linux-master/arch/powerpc/kernel/
H A Ddawr.c25 dawrx = (brk->type & (HW_BRK_TYPE_READ | HW_BRK_TYPE_WRITE))
H A Dhw_breakpoint_constraints.c59 if (OP_IS_LOAD(type) && !(info->type & HW_BRK_TYPE_READ))
H A Dhw_breakpoint.c128 if (type & HW_BRK_TYPE_READ)
198 hw->type |= HW_BRK_TYPE_READ;
H A Dprocess.c852 if ((brk->type & HW_BRK_TYPE_RDWR) == HW_BRK_TYPE_READ)
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c222 brk.type |= HW_BRK_TYPE_READ;

Completed in 298 milliseconds