Searched refs:HW_BRK_TYPE_USER (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dhw_breakpoint.h30 #define HW_BRK_TYPE_USER 0x08 macro
38 #define HW_BRK_TYPE_PRIV_ALL (HW_BRK_TYPE_USER | HW_BRK_TYPE_KERNEL | \
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c73 if (user_mode(regs) && !(info->type & HW_BRK_TYPE_USER))
H A Dhw_breakpoint.c205 hw->type |= HW_BRK_TYPE_USER;

Completed in 160 milliseconds