Home
last modified time | relevance | path

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

/xen/tools/tests/x86_emulator/
A Dx86-emulate.c12 #define cpu_has_mpx false macro
/xen/xen/include/asm-x86/
A Dcpufeature.h97 #define cpu_has_mpx boot_cpu_has(X86_FEATURE_MPX) macro
/xen/xen/arch/x86/
A Dxstate.c768 ASSERT(cpu_has_mpx); in read_bndcfgu()
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c1161 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()
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c2497 if ( pfx == vex_f2 || !cpu_has_mpx || !vcpu_has_mpx() ) in adjust_bnd()

Completed in 25 milliseconds