Searched refs:HW_BRK_TYPE_PRIV_ALL (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Ddawr.c28 dawrx |= (brk->type & (HW_BRK_TYPE_PRIV_ALL)) >> 3;
/linux-master/arch/powerpc/include/asm/
H A Dhw_breakpoint.h38 #define HW_BRK_TYPE_PRIV_ALL (HW_BRK_TYPE_USER | HW_BRK_TYPE_KERNEL | \ macro
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c116 hw_brk.type = (data & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL;
218 brk.type = HW_BRK_TYPE_TRANSLATE | HW_BRK_TYPE_PRIV_ALL;
/linux-master/arch/powerpc/xmon/
H A Dxmon.c972 brk.type = (dabr[i].enabled & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL;

Completed in 141 milliseconds