Searched refs:ESR_ELx_EC_HVC32 (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h40 #define ESR_ELx_EC_HVC32 (0x12) /* EL2 only */ macro
/linux-master/arch/arm64/kvm/hyp/
H A Dhyp-entry.S49 ccmp x0, #ESR_ELx_EC_HVC32, #4, ne
/linux-master/arch/arm64/kvm/
H A Dhandle_exit.c264 [ESR_ELx_EC_HVC32] = handle_hvc,
/linux-master/arch/arm64/include/asm/
H A Desr.h29 #define ESR_ELx_EC_HVC32 (0x12) /* EL2 only */ macro
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h728 if (esr_ec == ESR_ELx_EC_HVC32 || esr_ec == ESR_ELx_EC_HVC64)
/linux-master/arch/arm64/kernel/
H A Dtraps.c821 [ESR_ELx_EC_HVC32] = "HVC (AArch32)",

Completed in 129 milliseconds