Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Dhandle_exit.c195 [ESR_ELx_EC_HVC32] = handle_hvc,
262 if (hsr_ec == ESR_ELx_EC_HVC32 || hsr_ec == ESR_ELx_EC_HVC64 || in handle_exit()
/arch/arm64/include/asm/
Desr.h29 #define ESR_ELx_EC_HVC32 (0x12) /* EL2 only */ macro
/arch/arm64/kvm/hyp/
Dhyp-entry.S64 ccmp x0, #ESR_ELx_EC_HVC32, #4, ne
/arch/arm64/kernel/
Dtraps.c751 [ESR_ELx_EC_HVC32] = "HVC (AArch32)",