Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/
Dentry.S177 mrs x3, esr_el2
204 msr esr_el2, x3
Dhyp-entry.S46 mrs x0, esr_el2
/arch/arm64/kvm/hyp/nvhe/
Dhost.S95 mrs x3, esr_el2
108 mrs x0, esr_el2
/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h199 esr = vcpu->arch.fault.esr_el2; in __populate_fault_info()
424 vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR); in fixup_guest_exit()
/arch/arm64/include/asm/
Dkvm_emulate.h224 return vcpu->arch.fault.esr_el2; in kvm_vcpu_get_esr()
Dkvm_host.h140 u32 esr_el2; /* Hyp Syndrom Register */ member