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

/linux-master/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 | \
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c70 if (is_kernel_addr(regs->nip) && !(info->type & HW_BRK_TYPE_KERNEL))
H A Dhw_breakpoint.c207 hw->type |= HW_BRK_TYPE_KERNEL;

Completed in 135 milliseconds