Searched refs:kvm_inject_nested (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 2741 static int kvm_inject_nested(struct kvm_vcpu *vcpu, u64 esr_el2, in kvm_inject_nested() function 2807 return kvm_inject_nested(vcpu, esr_el2, except_type_sync); in kvm_inject_nested_sync() 2827 return kvm_inject_nested(vcpu, 0, except_type_irq); in kvm_inject_nested_irq() 2839 return kvm_inject_nested(vcpu, esr, except_type_serror); in kvm_inject_nested_sea() 2852 return kvm_inject_nested(vcpu, esr, except_type_serror); in kvm_inject_nested_serror()
|