Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dtrace_arm.h362 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 Dnested.c858 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 Dentry.S197 mrs x3, esr_el2
224 msr esr_el2, x3
H A Dhyp-entry.S46 mrs x0, esr_el2
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h444 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 Dkvm_emulate.h79 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 Dkvm_nested.h166 extern int kvm_inject_s2_fault(struct kvm_vcpu *vcpu, u64 esr_el2);
H A Dkvm_host.h430 u64 esr_el2; /* Hyp Syndrom Register */ member
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c515 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 Dpkvm.c1056 vcpu->arch.fault.esr_el2 = (ESR_ELx_EC_DABT_LOW << ESR_ELx_EC_SHIFT) | in __pkvm_memshare_page_req()