Home
last modified time | relevance | path

Searched refs:nested_svm_simple_vmexit (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c1176 nested_svm_simple_vmexit(to_svm(vcpu), SVM_EXIT_SHUTDOWN); in nested_svm_triple_fault()
1448 nested_svm_simple_vmexit(svm, SVM_EXIT_INIT); in svm_check_nested_events()
1471 nested_svm_simple_vmexit(svm, SVM_EXIT_SMI); in svm_check_nested_events()
1481 nested_svm_simple_vmexit(svm, SVM_EXIT_NMI); in svm_check_nested_events()
1491 nested_svm_simple_vmexit(svm, SVM_EXIT_INTR); in svm_check_nested_events()
H A Dsvm.h602 static inline int nested_svm_simple_vmexit(struct vcpu_svm *svm, u32 exit_code) in nested_svm_simple_vmexit() function
H A Dsvm.c2375 ret = nested_svm_simple_vmexit(svm, guest_mode_exit_codes[opcode]); in emulate_svm_instr()
4679 ret = nested_svm_simple_vmexit(svm, SVM_EXIT_SW); in svm_enter_smm()