Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dx86-emulate.c7 #define cpu_has_mpx false macro
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dcpufeature.h95 #define cpu_has_mpx boot_cpu_has(X86_FEATURE_MPX) macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c902 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()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dxstate.c751 ASSERT(cpu_has_mpx); in read_bndcfgu()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c2027 if ( pfx == vex_f2 || !cpu_has_mpx || !vcpu_has_mpx() ) in adjust_bnd()

Completed in 34 milliseconds