Searched refs:AARCH64_BREAKPOINT_EL1 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dhw_breakpoint.h28 #define AARCH64_BREAKPOINT_EL1 1 macro
38 if (is_kernel_in_hyp_mode() && ctrl.privilege == AARCH64_BREAKPOINT_EL1)
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c146 case AARCH64_BREAKPOINT_EL1:
495 hw->ctrl.privilege = AARCH64_BREAKPOINT_EL1;
570 if (hw->ctrl.privilege == AARCH64_BREAKPOINT_EL1 && bp->hw.target)

Completed in 91 milliseconds