Searched refs:cpu_has_mpx (Results 1 – 5 of 5) sorted by relevance
12 #define cpu_has_mpx false macro
97 #define cpu_has_mpx boot_cpu_has(X86_FEATURE_MPX) macro
768 ASSERT(cpu_has_mpx); in read_bndcfgu()
1161 ASSERT(cpu_has_mpx && cpu_has_vmx_mpx); in vmx_set_guest_bndcfgs()1172 ASSERT(cpu_has_mpx && cpu_has_vmx_mpx); in vmx_get_guest_bndcfgs()2554 if ( cpu_has_mpx && cpu_has_vmx_mpx ) in start_vmx()
2497 if ( pfx == vex_f2 || !cpu_has_mpx || !vcpu_has_mpx() ) in adjust_bnd()
Completed in 25 milliseconds