Searched refs:ESR_ELx_EC_HVC64 (Results 1 – 8 of 8) sorted by relevance
44 #define ESR_ELx_EC_HVC64 (0x16) /* EL2 and above */ macro
48 cmp x0, #ESR_ELx_EC_HVC64
33 #define ESR_ELx_EC_HVC64 (0x16) /* EL2 and above */ macro
143 cmp x0, #ESR_ELx_EC_HVC64
388 case ESR_ELx_EC_HVC64: in handle_trap()
252 [ESR_ELx_EC_HVC64] = handle_hvc,
467 if (esr_ec == ESR_ELx_EC_HVC32 || esr_ec == ESR_ELx_EC_HVC64) in fixup_guest_exit()
813 [ESR_ELx_EC_HVC64] = "HVC (AArch64)",
Completed in 15 milliseconds