Home
last modified time | relevance | path

Searched refs:cpu_has_vmx (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmem_access.h49 return is_hvm_domain(d) && cpu_has_vmx && hap_enabled(d); in p2m_mem_access_sanity_check()
A Dmonitor.h77 if ( !is_hvm_domain(d) || !cpu_has_vmx ) in arch_monitor_get_capabilities()
A Dcpufeature.h50 #define cpu_has_vmx boot_cpu_has(X86_FEATURE_VMX) macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dnestedhvm.c155 unsigned nr = cpu_has_vmx ? 2 : 3; in nestedhvm_setup()
A Dmonitor.c103 if ( cpu_has_vmx ) in hvm_monitor_descriptor_access()
A Dmtrr.c607 if ( hap_enabled(d) && cpu_has_vmx ) in hvm_set_mem_pinned_cacheattr()
A Dviridian.c371 *(u8 *)(p + 7) = (cpu_has_vmx ? 0xc1 : 0xd9); in enable_hypercall_page()
A Ddom0_build.c428 if ( cpu_has_vmx && paging_mode_hap(d) && !vmx_unrestricted_guest(v) ) in pvh_setup_p2m()
A Dhvm.c145 if ( cpu_has_vmx ) in hvm_enable()
4180 if ( !paging_mode_hap(d) || !cpu_has_vmx ) in hvmop_set_param()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dcpuid.c399 if ( cpu_has_vmx ) in calculate_hvm_max_policy()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c81 if ( hap_enabled(d) && cpu_has_vmx ) in p2m_initialise()
114 if ( hap_enabled(p2m->domain) && cpu_has_vmx ) in p2m_free_one()

Completed in 33 milliseconds