Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h31 #define HW_BRK_TYPE_KERNEL 0x10 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.c70 if (is_kernel_addr(regs->nip) && !(info->type & HW_BRK_TYPE_KERNEL)) in check_dawrx_constraints()
H A Dhw_breakpoint.c207 hw->type |= HW_BRK_TYPE_KERNEL; in hw_breakpoint_arch_parse()