Searched refs:vmx_unrestricted_guest (Results 1 – 3 of 3) sorted by relevance
317 #define vmx_unrestricted_guest(v) \ macro
1398 if ( !vmx_unrestricted_guest(v) ) in vmx_update_guest_cr()1412 if ( !hvm_paging_enabled(v) && !vmx_unrestricted_guest(v) ) in vmx_update_guest_cr()1442 if ( !vmx_unrestricted_guest(v) && in vmx_update_guest_cr()1570 if ( !hvm_paging_enabled(v) && !vmx_unrestricted_guest(v) ) in vmx_update_guest_cr()1604 if ( !vmx_unrestricted_guest(v) ) in vmx_update_guest_efer()3689 if ( vmx_unrestricted_guest(v) || hvm_paging_enabled(v) ) in vmx_vmexit_handler()
475 if ( cpu_has_vmx && paging_mode_hap(d) && !vmx_unrestricted_guest(v) ) in pvh_populate_p2m()
Completed in 13 milliseconds