Searched refs:is_pv_domain (Results 1 – 23 of 23) 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()
690 && is_pv_domain(d) ) in _sh_propagate()3932 if ( is_pv_domain(d) && !v->is_initialised ) in sh_update_cr3()
2423 if ( !is_pv_domain(d) ) in sh_update_paging_modes()
101 #define shadow_teardown(d, p) ASSERT(is_pv_domain(d))102 #define shadow_final_teardown(d) ASSERT(is_pv_domain(d))104 ({ ASSERT(is_pv_domain(d)); -EOPNOTSUPP; })180 ASSERT(is_pv_domain(d)); in pv_l1tf_check_pte()
179 if ( is_pv_domain(d) && (d)->arch.pv.xpti ) \
395 !is_pv_domain(d) ) in paging_max_paddr_bits()
115 struct msr_policy *mp = is_pv_domain(d) in init_domain_msr_policy()130 if ( !opt_dom0_cpuid_faulting && is_control_domain(d) && is_pv_domain(d) ) in init_domain_msr_policy()420 if ( is_pv_domain(d) || in guest_wrmsr()432 if ( is_pv_domain(d) || in guest_wrmsr()
57 if ( is_pv_domain(d) ) in domain_cpu_policy_changed()223 const struct cpu_policy *sys = is_pv_domain(d) in update_domain_cpu_policy()578 else if ( is_pv_domain(d) ) in arch_do_domctl()595 else if ( is_pv_domain(d) ) in arch_do_domctl()820 if ( is_pv_domain(d) ) in arch_do_domctl()860 if ( is_pv_domain(d) ) in arch_do_domctl()1236 !is_pv_domain(d) ) in arch_do_domctl()1520 if ( is_pv_domain(d) ) in arch_get_info_guest()1531 if ( is_pv_domain(d) ) in arch_get_info_guest()1538 if ( is_pv_domain(d) ) in arch_get_info_guest()[all …]
566 if ( is_hardware_domain(d) && is_pv_domain(d) ) in arch_domain_create()586 is_pv_domain(d) ? __HYPERVISOR_COMPAT_VIRT_START : ~0u; in arch_domain_create()627 else if ( is_pv_domain(d) ) in arch_domain_create()686 if ( is_pv_domain(d) ) in arch_domain_destroy()839 if ( is_pv_domain(d) ) in arch_set_info_guest()906 if ( is_pv_domain(d) ) in arch_set_info_guest()913 if ( is_pv_domain(d) ) in arch_set_info_guest()1042 is_pv_domain(d) && !is_pv_32bit_domain(d) && in arch_set_info_guest()1656 return is_pv_domain(d) && !is_idle_domain(d); in need_full_gdt()1805 if ( is_pv_domain(nextd) ) in context_switch()[all …]
558 const struct cpuid_policy *max = is_pv_domain(d) in recalculate_cpuid_policy()705 struct cpuid_policy *p = is_pv_domain(d) in init_domain_cpuid_policy()983 if ( is_pv_domain(d) && is_hardware_domain(d) && in guest_cpuid()994 if ( (is_pv_domain(d) in guest_cpuid()
384 if ( is_pv_domain(d) && in dom0_compute_nr_pages()571 else if ( is_pv_domain(d) ) in construct_dom0()
239 ASSERT(is_pv_domain(d)); in mapcache_domain_init()
203 if ( is_pv_domain(currd) || domain_pirq_to_irq(currd, eoi.irq) > 0 ) in do_physdev_op()
993 if ( is_pv_domain(d) ) /* Features */ in cpuid_hypervisor_leaves()1671 if ( !d || !d->vcpu || !d->vcpu[0] || !is_pv_domain(d) /* PVH fixme */ ) in nmi_hwdom_report()
1311 if ( !update_secondary_system_time(v, &_u) && is_pv_domain(d) && in __update_vcpu_system_time()2386 if ( is_pv_domain(d) && is_hardware_domain(d) ) in tsc_set_info()
191 is_pv_domain(d)) ? \513 if ( is_pv_domain(d) && d->arch.pv.pcid ) in make_cr3()2491 if ( d && unlikely(need_iommu_pt_sync(d)) && is_pv_domain(d) ) in cleanup_page_mappings()3015 if ( d && unlikely(need_iommu_pt_sync(d)) && is_pv_domain(d) ) in _get_page_type()3394 if ( !is_pv_domain(pg_owner) ) in do_mmuext_op()
987 static always_inline bool is_pv_domain(const struct domain *d) in is_pv_domain() function995 return is_pv_domain(v->domain); in is_pv_vcpu()1002 return is_pv_domain(d) && d->arch.pv.is_32bit; in is_pv_32bit_domain()1015 if ( !is_pv_domain(d) ) in is_pv_64bit_domain()1088 return (is_pv_domain(d) && is_hardware_domain(d) && in is_cpufreq_controller()
221 if ( !is_pv_domain(d) ) in arch_iommu_hwdom_init()
147 ASSERT(is_pv_domain(currd)); in steal_linear_address()
197 !is_pv_domain(nextd)) && in ctxt_switch_levelling()198 (is_pv_domain(nextd) || in ctxt_switch_levelling()
152 (nextd && is_pv_domain(nextd) && nextd->arch.pv.cpuidmasks) in intel_ctxt_switch_masking()
216 (nextd && is_pv_domain(nextd) && nextd->arch.pv.cpuidmasks) in amd_ctxt_switch_masking()
552 if ( is_pv_domain(d) ) in DO()
Completed in 86 milliseconds