Searched refs:cpu_has_vmx_mpx (Results 1 – 4 of 4) sorted by relevance
321 #define cpu_has_vmx_mpx \ macro
902 return (cpu_has_mpx && cpu_has_vmx_mpx) + in vmx_init_msr()910 if ( cpu_has_mpx && cpu_has_vmx_mpx ) in vmx_save_msr()939 if ( cpu_has_mpx && cpu_has_vmx_mpx && in vmx_load_msr()1314 ASSERT(cpu_has_mpx && cpu_has_vmx_mpx); in vmx_set_guest_bndcfgs()1325 ASSERT(cpu_has_mpx && cpu_has_vmx_mpx); in vmx_get_guest_bndcfgs()2509 if ( cpu_has_mpx && cpu_has_vmx_mpx ) in start_vmx()
1264 if ( cpu_has_vmx_mpx ) in construct_vmcs()
401 if ( !cpu_has_vmx_mpx ) in calculate_hvm_max_policy()
Completed in 15 milliseconds