Searched refs:esr_el2 (Results 1 – 6 of 6) 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 | 736 int kvm_inject_s2_fault(struct kvm_vcpu *vcpu, u64 esr_el2) in kvm_inject_s2_fault() argument 741 return kvm_inject_nested_sync(vcpu, esr_el2); in kvm_inject_s2_fault()
|
/linux/arch/arm64/kvm/hyp/ |
H A D | entry.S | 192 mrs x3, esr_el2 219 msr esr_el2, x3
|
H A D | hyp-entry.S | 46 mrs x0, esr_el2
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | host.S | 134 mrs x0, esr_el2 175 mrs x0, esr_el2
|
/linux/arch/arm64/include/asm/ |
H A D | kvm_nested.h | 127 extern int kvm_inject_s2_fault(struct kvm_vcpu *vcpu, u64 esr_el2);
|