Home
last modified time | relevance | path

Searched refs:domain_tot_pages (Results 1 – 17 of 17) sorted by relevance

/xen/xen/arch/x86/pv/
A Ddom0_build.c115 if ( domain_tot_pages(d) + in setup_pv_physmap()
270 if ( domain_tot_pages(d) + (1 << order) > d->max_pages ) in alloc_chunk()
506 alloc_epfn = alloc_spfn + domain_tot_pages(d); in dom0_construct_pv()
512 domain_tot_pages(d); in dom0_construct_pv()
547 if ( domain_tot_pages(d) < nr_pages ) in dom0_construct_pv()
549 nr_pages - domain_tot_pages(d)); in dom0_construct_pv()
765 count = domain_tot_pages(d); in dom0_construct_pv()
796 si->nr_p2m_frames = domain_tot_pages(d) - count; in dom0_construct_pv()
814 BUG_ON(pfn != domain_tot_pages(d)); in dom0_construct_pv()
820 if ( (page = alloc_chunk(d, nr_pages - domain_tot_pages(d))) == NULL ) in dom0_construct_pv()
[all …]
A Dshim.c271 d->max_pages = domain_tot_pages(d); in pv_shim_setup_dom()
283 si->nr_pages = domain_tot_pages(d); in write_start_info()
A Ddomain.c230 if ( is_hvm_domain(d) || domain_tot_pages(d) != 0 ) in switch_compat()
/xen/xen/arch/arm/arm64/
A Ddomctl.c21 if ( domain_tot_pages(d) != 0 ) in switch_mode()
/xen/xen/arch/x86/mm/
A Dp2m-pod.c339 populated = domain_tot_pages(d) - p2m->pod.count; in p2m_pod_set_mem_target()
351 if ( target < domain_tot_pages(d) ) in p2m_pod_set_mem_target()
1231 __func__, d->domain_id, domain_tot_pages(d), in p2m_pod_demand_populate()
A Dp2m.c704 if ( p2m_is_hostp2m(p2m) && domain_tot_pages(d) ) in p2m_alloc_table()
/xen/xen/arch/x86/
A Dnuma.c423 printk("Domain %u (total: %u):\n", d->domain_id, domain_tot_pages(d)); in dump_numa()
A Dmsi.c962 (!is_hardware_domain(currd) || domain_tot_pages(d)) ) in msix_capability_init()
A Ddomain.c205 if ( domain_tot_pages(d) >= 10 && d->is_dying < DOMDYING_dead ) in dump_pageframe_info()
A Dmm.c4956 target.tot_pages = domain_tot_pages(d); in arch_memory_op()
/xen/xen/common/
A Dkeyhandler.c274 domain_tot_pages(d), d->xenheap_pages, atomic_read(&d->shr_pages), in dump_domains()
A Dpage_alloc.c523 if ( (pages <= domain_tot_pages(d)) || (pages > d->max_pages) ) in domain_set_outstanding_pages()
538 claim = pages - domain_tot_pages(d); in domain_set_outstanding_pages()
2295 unsigned int tot_pages = domain_tot_pages(d) + (1 << order); in assign_pages()
A Ddomctl.c194 info->tot_pages = domain_tot_pages(d); in getdomaininfo()
A Dmemory.c1312 rc = domain_tot_pages(d); in do_memory_op()
A Dgrant_table.c2297 unlikely(domain_tot_pages(e) >= e->max_pages) ) in gnttab_transfer()
2307 e->domain_id, domain_tot_pages(e), e->max_pages); in gnttab_transfer()
/xen/xen/include/xen/
A Dsched.h543 static inline unsigned int domain_tot_pages(const struct domain *d) in domain_tot_pages() function
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c1284 max(max(domain_tot_pages(d) / 256, in sh_min_allocation()

Completed in 51 milliseconds