Lines Matching refs:vcpu_guestmode
1082 bool_t vcpu_guestmode = 0; in svm_do_resume() local
1086 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() local
2482 vcpu_guestmode = 1; in svm_vmexit_handler()
2491 if ( !vcpu_guestmode && !vlapic_hw_disabled(vlapic) ) in svm_vmexit_handler()
2502 HVMTRACE_ND(VMEXIT64, vcpu_guestmode ? TRC_HVM_NESTEDFLAG : 0, 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()
2900 if ( vcpu_guestmode || vlapic_hw_disabled(vlapic) ) in svm_vmexit_handler()