Searched refs:cpu_has_vmx (Results 1 – 11 of 11) sorted by relevance
49 return is_hvm_domain(d) && cpu_has_vmx && hap_enabled(d); in p2m_mem_access_sanity_check()
77 if ( !is_hvm_domain(d) || !cpu_has_vmx ) in arch_monitor_get_capabilities()
50 #define cpu_has_vmx boot_cpu_has(X86_FEATURE_VMX) macro
155 unsigned nr = cpu_has_vmx ? 2 : 3; in nestedhvm_setup()
103 if ( cpu_has_vmx ) in hvm_monitor_descriptor_access()
607 if ( hap_enabled(d) && cpu_has_vmx ) in hvm_set_mem_pinned_cacheattr()
371 *(u8 *)(p + 7) = (cpu_has_vmx ? 0xc1 : 0xd9); in enable_hypercall_page()
428 if ( cpu_has_vmx && paging_mode_hap(d) && !vmx_unrestricted_guest(v) ) in pvh_setup_p2m()
145 if ( cpu_has_vmx ) in hvm_enable()4180 if ( !paging_mode_hap(d) || !cpu_has_vmx ) in hvmop_set_param()
399 if ( cpu_has_vmx ) in calculate_hvm_max_policy()
81 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