Searched refs:esr_el2 (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/arch/arm64/kvm/ |
D | trace_arm.h | 337 TP_PROTO(struct kvm_vcpu *vcpu, u64 esr_el2, int type), 338 TP_ARGS(vcpu, esr_el2, type), 342 __field(unsigned long, esr_el2) 352 __entry->esr_el2 = esr_el2; 362 __entry->esr_el2, __entry->pc, __entry->spsr_el2,
|
D | emulate-nested.c | 1951 static void kvm_inject_el2_exception(struct kvm_vcpu *vcpu, u64 esr_el2, in kvm_inject_el2_exception() argument 1954 trace_kvm_inject_nested_exception(vcpu, esr_el2, type); in kvm_inject_el2_exception() 1959 vcpu_write_sys_reg(vcpu, esr_el2, ESR_EL2); in kvm_inject_el2_exception() 1973 static int kvm_inject_nested(struct kvm_vcpu *vcpu, u64 esr_el2, in kvm_inject_nested() argument 2001 kvm_inject_el2_exception(vcpu, esr_el2, type); in kvm_inject_nested() 2015 kvm_inject_el2_exception(vcpu, esr_el2, type); in kvm_inject_nested() 2034 int kvm_inject_nested_sync(struct kvm_vcpu *vcpu, u64 esr_el2) in kvm_inject_nested_sync() argument 2036 return kvm_inject_nested(vcpu, esr_el2, except_type_sync); in kvm_inject_nested_sync()
|
/Linux-v6.6/arch/arm64/kvm/hyp/ |
D | entry.S | 184 mrs x3, esr_el2 211 msr esr_el2, x3
|
D | hyp-entry.S | 46 mrs x0, esr_el2
|
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/ |
D | host.S | 134 mrs x0, esr_el2 175 mrs x0, esr_el2
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | kvm_emulate.h | 54 int kvm_inject_nested_sync(struct kvm_vcpu *vcpu, u64 esr_el2); 297 return vcpu->arch.fault.esr_el2; in kvm_vcpu_get_esr()
|
D | kvm_host.h | 285 u64 esr_el2; /* Hyp Syndrom Register */ member
|
/Linux-v6.6/arch/arm64/kvm/hyp/include/hyp/ |
D | switch.h | 265 return __get_fault_info(vcpu->arch.fault.esr_el2, &vcpu->arch.fault); in __populate_fault_info() 660 vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR); in fixup_guest_exit()
|