Home
last modified time | relevance | path

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

/openbmc/linux/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 | \
/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c73 if (user_mode(regs) && !(info->type & HW_BRK_TYPE_USER)) in check_dawrx_constraints()
H A Dhw_breakpoint.c205 hw->type |= HW_BRK_TYPE_USER; in hw_breakpoint_arch_parse()