Home
last modified time | relevance | path

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

/linux/tools/perf/util/kvm-stat-arch/
H A Darm64_exception_types.h80 #define ESR_ELx_EC_BRK64 (0x3C) macro
/linux/tools/arch/arm64/include/asm/
H A Desr.h66 #define ESR_ELx_EC_BRK64 UL(0x3C) macro
407 return ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 && in esr_is_cfi_brk()
/linux/arch/arm64/kernel/
H A Dentry-common.c484 case ESR_ELx_EC_BRK64: in el1h_64_sync_handler()
810 case ESR_ELx_EC_BRK64: in el0t_64_sync_handler()
/linux/tools/testing/selftests/kvm/arm64/
H A Ddebug-exceptions.c434 ESR_ELx_EC_BRK64, guest_sw_bp_handler); in test_guest_debug_exceptions()