Home
last modified time | relevance | path

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

/linux/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h40 #define ESR_ELx_EC_HVC32 (0x12) /* EL2 only */ macro
/linux/arch/arm64/kvm/hyp/
H A Dhyp-entry.S49 ccmp x0, #ESR_ELx_EC_HVC32, #4, ne
/linux/arch/arm64/kvm/
H A Dhandle_exit.c306 [ESR_ELx_EC_HVC32] = handle_hvc,
/linux/arch/arm64/include/asm/
H A Desr.h29 #define ESR_ELx_EC_HVC32 UL(0x12) /* EL2 only */ macro