Searched refs:is_pv_domain (Results 1 – 21 of 21) sorted by relevance
6 ASSERT(is_pv_domain(d)); in _enable_log_dirty()12 ASSERT(is_pv_domain(d)); in _disable_log_dirty()18 ASSERT(is_pv_domain(d)); in _clean_dirty_bitmap()30 return is_pv_domain(d) ? 0 : -EOPNOTSUPP; in shadow_domain_init()
723 && is_pv_domain(d) ) in _sh_propagate()4023 if ( is_pv_domain(d) && !v->is_initialised ) in sh_update_cr3()
2915 if ( !is_pv_domain(d) ) in sh_update_paging_modes()
95 #define shadow_teardown(d, p) ASSERT(is_pv_domain(d))96 #define shadow_final_teardown(d) ASSERT(is_pv_domain(d))98 ({ ASSERT(is_pv_domain(d)); -EOPNOTSUPP; })
372 if ( !IS_ENABLED(BIGMEM) && paging_mode_shadow(d) && !is_pv_domain(d) ) in paging_max_paddr_bits()
84 *dp = is_pv_domain(d) ? pv_max_msr_domain_policy : in init_domain_msr_policy()109 *vp = is_pv_domain(d) ? pv_max_msr_vcpu_policy : in init_vcpu_msr_policy()
458 if ( is_hardware_domain(d) && is_pv_domain(d) ) in arch_domain_create()482 is_pv_domain(d) ? __HYPERVISOR_COMPAT_VIRT_START : ~0u; in arch_domain_create()594 if ( is_pv_domain(d) ) in arch_domain_destroy()779 if ( is_pv_domain(d) ) in arch_set_info_guest()860 if ( is_pv_domain(d) ) in arch_set_info_guest()867 if ( is_pv_domain(d) ) in arch_set_info_guest()978 is_pv_domain(d) && !is_pv_32bit_domain(d) && in arch_set_info_guest()1581 return is_pv_domain(d) && !is_idle_domain(d); in need_full_gdt()1712 if ( is_pv_domain(nextd) && in context_switch()1725 if ( is_pv_domain(nextd) ) in context_switch()[all …]
141 if ( is_pv_domain(d) && ((levelling_caps & LCAP_1cd) == LCAP_1cd) ) in update_domain_cpuid_info()200 if ( is_pv_domain(d) && ((levelling_caps & LCAP_6c) == LCAP_6c) ) in update_domain_cpuid_info()215 if ( is_pv_domain(d) && ((levelling_caps & LCAP_7ab0) == LCAP_7ab0) ) in update_domain_cpuid_info()246 if ( is_pv_domain(d) && ((levelling_caps & LCAP_Da1) == LCAP_Da1) ) in update_domain_cpuid_info()259 if ( is_pv_domain(d) && ((levelling_caps & LCAP_e1cd) == LCAP_e1cd) ) in update_domain_cpuid_info()886 if ( is_pv_domain(d) ) in arch_do_domctl()926 if ( is_pv_domain(d) ) in arch_do_domctl()1303 !is_pv_domain(d) ) in arch_do_domctl()1587 if ( is_pv_domain(d) ) in arch_get_info_guest()1594 if ( is_pv_domain(d) ) in arch_get_info_guest()
455 is_pv_domain(d) ? &pv_max_cpuid_policy : &hvm_max_cpuid_policy; in recalculate_cpuid_policy()585 *d->arch.cpuid = is_pv_domain(d) in init_domain_cpuid_policy()833 if ( is_pv_domain(d) && is_hardware_domain(d) && in guest_cpuid()844 if ( (is_pv_domain(d) in guest_cpuid()
239 if ( !is_pv_domain(d) || is_idle_domain(d) ) in mapcache_domain_init()
338 if ( is_pv_domain(d) && in dom0_compute_nr_pages()
206 if ( is_pv_domain(currd) || domain_pirq_to_irq(currd, eoi.irq) > 0 ) in do_physdev_op()
866 if ( is_pv_domain(d) ) /* Features */ in cpuid_hypervisor_leaves()1597 if ( !d || !d->vcpu || !d->vcpu[0] || !is_pv_domain(d) /* PVH fixme */ ) in nmi_hwdom_report()
171 is_pv_domain(d)) ? \2654 if ( d && is_pv_domain(d) && unlikely(need_iommu(d)) ) in __get_page_type()3025 if ( !is_pv_domain(pg_owner) ) in do_mmuext_op()
1100 if ( !update_secondary_system_time(v, &_u) && is_pv_domain(d) && in __update_vcpu_system_time()
152 ASSERT(is_pv_domain(currd)); in steal_linear_address()
697 if ( is_pv_domain(d) ) in dom0_construct_pv()778 if ( is_pv_domain(d) && parms.p2m_base != UNSET_ADDR ) in dom0_construct_pv()
883 #define is_pv_domain(d) ((d)->guest_type == guest_type_pv) macro884 #define is_pv_vcpu(v) (is_pv_domain((v)->domain))
125 (nextd && is_pv_domain(nextd) && nextd->arch.pv_domain.cpuidmasks) in intel_ctxt_switch_masking()
211 (nextd && is_pv_domain(nextd) && nextd->arch.pv_domain.cpuidmasks) in amd_ctxt_switch_masking()
181 (is_pv_domain(nextd) || in ctxt_switch_levelling()
Completed in 52 milliseconds