Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c366 counter_arch_bp(bp[i])->type |= HW_BRK_TYPE_EXTRANEOUS_IRQ; in handle_p10dd1_spurious_exception()
413 info->type &= ~HW_BRK_TYPE_EXTRANEOUS_IRQ; in hw_breakpoint_handler()
484 if (!(counter_arch_bp(bp[i])->type & HW_BRK_TYPE_EXTRANEOUS_IRQ)) in hw_breakpoint_handler()
536 if (!(info->type & HW_BRK_TYPE_EXTRANEOUS_IRQ)) in single_step_dabr_instruction()
H A Dhw_breakpoint_constraints.c96 info->type |= HW_BRK_TYPE_EXTRANEOUS_IRQ; in wp_check_constraints()
123 info->type |= HW_BRK_TYPE_EXTRANEOUS_IRQ; in wp_check_constraints()
/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h33 #define HW_BRK_TYPE_EXTRANEOUS_IRQ 0x80 macro