Searched refs:vcpu_guestmode (Results 1 – 1 of 1) sorted by relevance
1082 bool_t vcpu_guestmode = 0; in svm_do_resume() local1086 vcpu_guestmode = 1; in svm_do_resume()1088 if ( !vcpu_guestmode && in svm_do_resume()1108 if ( !vcpu_guestmode && !vlapic_hw_disabled(vlapic) ) in svm_do_resume()2472 bool_t vcpu_guestmode = 0; in svm_vmexit_handler() local2482 vcpu_guestmode = 1; in svm_vmexit_handler()2491 if ( !vcpu_guestmode && !vlapic_hw_disabled(vlapic) ) in svm_vmexit_handler()2506 HVMTRACE_ND(VMEXIT, vcpu_guestmode ? TRC_HVM_NESTEDFLAG : 0, in svm_vmexit_handler()2510 if ( vcpu_guestmode ) { in svm_vmexit_handler()2767 BUG_ON(vcpu_guestmode); in svm_vmexit_handler()[all …]
Completed in 7 milliseconds