Searched refs:esr_el2 (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | trace_arm.h | 362 TP_PROTO(struct kvm_vcpu *vcpu, u64 esr_el2, int type), 363 TP_ARGS(vcpu, esr_el2, type), 367 __field(unsigned long, esr_el2) 377 __entry->esr_el2 = esr_el2; 387 __entry->esr_el2, __entry->pc, __entry->spsr_el2,
|
| H A D | nested.c | 858 int kvm_inject_s2_fault(struct kvm_vcpu *vcpu, u64 esr_el2) in kvm_inject_s2_fault() argument 863 return kvm_inject_nested_sync(vcpu, esr_el2); in kvm_inject_s2_fault()
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | entry.S | 197 mrs x3, esr_el2 224 msr esr_el2, x3
|
| H A D | hyp-entry.S | 46 mrs x0, esr_el2
|
| /linux/arch/arm64/kvm/hyp/include/hyp/ |
| H A D | switch.h | 444 return __get_fault_info(vcpu->arch.fault.esr_el2, &vcpu->arch.fault); in __populate_fault_info() 450 arm64_mops_reset_regs(vcpu_gp_regs(vcpu), vcpu->arch.fault.esr_el2); in kvm_hyp_handle_mops() 913 vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR); in __fixup_guest_exit()
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_emulate.h | 79 int kvm_inject_nested_sync(struct kvm_vcpu *vcpu, u64 esr_el2); 317 return vcpu->arch.fault.esr_el2; in kvm_vcpu_get_esr()
|
| H A D | kvm_nested.h | 166 extern int kvm_inject_s2_fault(struct kvm_vcpu *vcpu, u64 esr_el2);
|
| H A D | kvm_host.h | 430 u64 esr_el2; /* Hyp Syndrom Register */ member
|
| /linux/arch/arm64/kvm/hyp/vhe/ |
| H A D | switch.c | 515 vcpu->arch.fault.esr_el2 = FIELD_PREP(ESR_ELx_EC_MASK, ESR_ELx_EC_SYS64) | in kvm_hyp_handle_impdef()
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | pkvm.c | 1056 vcpu->arch.fault.esr_el2 = (ESR_ELx_EC_DABT_LOW << ESR_ELx_EC_SHIFT) | in __pkvm_memshare_page_req()
|