Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_BRK64 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/arm64/kvm/
Dhandle_exit.c317 [ESR_ELx_EC_BRK64] = kvm_handle_guest_debug,
450 } else if (ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 && in nvhe_hyp_panic_handler()
/linux-6.12.1/tools/perf/arch/arm64/util/
Darm64_exception_types.h75 #define ESR_ELx_EC_BRK64 (0x3C) macro
/linux-6.12.1/arch/arm64/include/asm/
Desr.h67 #define ESR_ELx_EC_BRK64 UL(0x3C) macro
406 return ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 && in esr_is_cfi_brk()
/linux-6.12.1/arch/arm64/kernel/
Dentry-common.c511 case ESR_ELx_EC_BRK64: in el1h_64_sync_handler()
772 case ESR_ELx_EC_BRK64: in el0t_64_sync_handler()
Dtraps.c864 [ESR_ELx_EC_BRK64] = "BRK (AArch64)",