Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dhw_breakpoint.h29 #define AARCH64_BREAKPOINT_EL0 2 macro
/linux-6.12.1/arch/arm64/kernel/
Dhw_breakpoint.c144 case AARCH64_BREAKPOINT_EL0: in debug_exception_level()
497 hw->ctrl.privilege = AARCH64_BREAKPOINT_EL0; in arch_build_bp_info()
747 if (!user_mode(regs) && info->ctrl.privilege == AARCH64_BREAKPOINT_EL0) in watchpoint_report()