Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kvm/hyp/
Dswitch.c276 esr = vcpu->arch.fault.esr_el2; in __populate_fault_info()
327 vcpu->arch.fault.esr_el2 = in __skip_instr()
387 vcpu->arch.fault.esr_el2 = read_sysreg_el2(esr); in fixup_guest_exit()
621 read_sysreg(esr_el2), read_sysreg_el2(far), in __hyp_call_panic_nvhe()
Dentry.S139 mrs x3, esr_el2
164 msr esr_el2, x3
Dhyp-entry.S60 mrs x0, esr_el2
/Linux-v4.19/arch/arm64/include/asm/
Dkvm_emulate.h221 return vcpu->arch.fault.esr_el2; in kvm_vcpu_get_hsr()
Dkvm_host.h95 u32 esr_el2; /* Hyp Syndrom Register */ member