Home
last modified time | relevance | path

Searched refs:is_pv_domain (Results 1 – 23 of 23) sorted by relevance

/xen/xen/arch/x86/mm/shadow/
A Dnone.c6 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()
A Dmulti.c690 && is_pv_domain(d) ) in _sh_propagate()
3932 if ( is_pv_domain(d) && !v->is_initialised ) in sh_update_cr3()
A Dcommon.c2423 if ( !is_pv_domain(d) ) in sh_update_paging_modes()
/xen/xen/include/asm-x86/
A Dshadow.h101 #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()
A Dflushtlb.h179 if ( is_pv_domain(d) && (d)->arch.pv.xpti ) \
A Dpaging.h395 !is_pv_domain(d) ) in paging_max_paddr_bits()
/xen/xen/arch/x86/
A Dmsr.c115 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()
A Ddomctl.c57 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 …]
A Ddomain.c566 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 …]
A Dcpuid.c558 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()
A Ddom0_build.c384 if ( is_pv_domain(d) && in dom0_compute_nr_pages()
571 else if ( is_pv_domain(d) ) in construct_dom0()
A Ddomain_page.c239 ASSERT(is_pv_domain(d)); in mapcache_domain_init()
A Dphysdev.c203 if ( is_pv_domain(currd) || domain_pirq_to_irq(currd, eoi.irq) > 0 ) in do_physdev_op()
A Dtraps.c993 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()
A Dtime.c1311 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()
A Dmm.c191 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()
/xen/xen/include/xen/
A Dsched.h987 static always_inline bool is_pv_domain(const struct domain *d) in is_pv_domain() function
995 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()
/xen/xen/drivers/passthrough/x86/
A Diommu.c221 if ( !is_pv_domain(d) ) in arch_iommu_hwdom_init()
/xen/xen/arch/x86/pv/
A Dgrant_table.c147 ASSERT(is_pv_domain(currd)); in steal_linear_address()
/xen/xen/arch/x86/cpu/
A Dcommon.c197 !is_pv_domain(nextd)) && in ctxt_switch_levelling()
198 (is_pv_domain(nextd) || in ctxt_switch_levelling()
A Dintel.c152 (nextd && is_pv_domain(nextd) && nextd->arch.pv.cpuidmasks) in intel_ctxt_switch_masking()
A Damd.c216 (nextd && is_pv_domain(nextd) && nextd->arch.pv.cpuidmasks) in amd_ctxt_switch_masking()
/xen/xen/common/
A Dkernel.c552 if ( is_pv_domain(d) ) in DO()

Completed in 86 milliseconds