Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1082 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()
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