Home
last modified time | relevance | path

Searched refs:AARCH64_BREAKPOINT_EL0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h29 #define AARCH64_BREAKPOINT_EL0 2 macro
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c143 case AARCH64_BREAKPOINT_EL0: in debug_exception_level()
496 hw->ctrl.privilege = AARCH64_BREAKPOINT_EL0; in arch_build_bp_info()
746 if (!user_mode(regs) && info->ctrl.privilege == AARCH64_BREAKPOINT_EL0) in watchpoint_report()