Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_SYS64 (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h346 if (ec != ESR_ELx_EC_SYS64) in esr_is_ptrauth_trap()
428 kvm_vcpu_trap_get_class(vcpu) == ESR_ELx_EC_SYS64 && in fixup_guest_exit()
472 (kvm_vcpu_trap_get_class(vcpu) == ESR_ELx_EC_SYS64 || in fixup_guest_exit()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dentry-common.c211 case ESR_ELx_EC_SYS64: in el1_sync_handler()
386 case ESR_ELx_EC_SYS64: in el0_sync_handler()
Dtraps.c723 [ESR_ELx_EC_SYS64] = "MSR/MRS (AArch64)",
/kernel/linux/linux-5.10/arch/arm64/kvm/
Dhandle_exit.c188 [ESR_ELx_EC_SYS64] = kvm_handle_sys_reg,
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Desr.h35 #define ESR_ELx_EC_SYS64 (0x18) macro