Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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.c723 && is_pv_domain(d) ) in _sh_propagate()
4023 if ( is_pv_domain(d) && !v->is_initialised ) in sh_update_cr3()
A Dcommon.c2915 if ( !is_pv_domain(d) ) in sh_update_paging_modes()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dshadow.h95 #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; })
A Dpaging.h372 if ( !IS_ENABLED(BIGMEM) && paging_mode_shadow(d) && !is_pv_domain(d) ) in paging_max_paddr_bits()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsr.c84 *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()
A Ddomain.c458 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 …]
A Ddomctl.c141 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()
A Dcpuid.c455 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()
A Ddomain_page.c239 if ( !is_pv_domain(d) || is_idle_domain(d) ) in mapcache_domain_init()
A Ddom0_build.c338 if ( is_pv_domain(d) && in dom0_compute_nr_pages()
A Dphysdev.c206 if ( is_pv_domain(currd) || domain_pirq_to_irq(currd, eoi.irq) > 0 ) in do_physdev_op()
A Dtraps.c866 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()
A Dmm.c171 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()
A Dtime.c1100 if ( !update_secondary_system_time(v, &_u) && is_pv_domain(d) && in __update_vcpu_system_time()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dgrant_table.c152 ASSERT(is_pv_domain(currd)); in steal_linear_address()
A Ddom0_build.c697 if ( is_pv_domain(d) ) in dom0_construct_pv()
778 if ( is_pv_domain(d) && parms.p2m_base != UNSET_ADDR ) in dom0_construct_pv()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h883 #define is_pv_domain(d) ((d)->guest_type == guest_type_pv) macro
884 #define is_pv_vcpu(v) (is_pv_domain((v)->domain))
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dintel.c125 (nextd && is_pv_domain(nextd) && nextd->arch.pv_domain.cpuidmasks) in intel_ctxt_switch_masking()
A Damd.c211 (nextd && is_pv_domain(nextd) && nextd->arch.pv_domain.cpuidmasks) in amd_ctxt_switch_masking()
A Dcommon.c181 (is_pv_domain(nextd) || in ctxt_switch_levelling()

Completed in 58 milliseconds