Searched refs:domain_tot_pages (Results 1 – 17 of 17) sorted by relevance
/xen/xen/arch/x86/pv/ |
A D | dom0_build.c | 115 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 D | shim.c | 271 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 D | domain.c | 230 if ( is_hvm_domain(d) || domain_tot_pages(d) != 0 ) in switch_compat()
|
/xen/xen/arch/arm/arm64/ |
A D | domctl.c | 21 if ( domain_tot_pages(d) != 0 ) in switch_mode()
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pod.c | 339 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 D | p2m.c | 704 if ( p2m_is_hostp2m(p2m) && domain_tot_pages(d) ) in p2m_alloc_table()
|
/xen/xen/arch/x86/ |
A D | numa.c | 423 printk("Domain %u (total: %u):\n", d->domain_id, domain_tot_pages(d)); in dump_numa()
|
A D | msi.c | 962 (!is_hardware_domain(currd) || domain_tot_pages(d)) ) in msix_capability_init()
|
A D | domain.c | 205 if ( domain_tot_pages(d) >= 10 && d->is_dying < DOMDYING_dead ) in dump_pageframe_info()
|
A D | mm.c | 4956 target.tot_pages = domain_tot_pages(d); in arch_memory_op()
|
/xen/xen/common/ |
A D | keyhandler.c | 274 domain_tot_pages(d), d->xenheap_pages, atomic_read(&d->shr_pages), in dump_domains()
|
A D | page_alloc.c | 523 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 D | domctl.c | 194 info->tot_pages = domain_tot_pages(d); in getdomaininfo()
|
A D | memory.c | 1312 rc = domain_tot_pages(d); in do_memory_op()
|
A D | grant_table.c | 2297 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 D | sched.h | 543 static inline unsigned int domain_tot_pages(const struct domain *d) in domain_tot_pages() function
|
/xen/xen/arch/x86/mm/shadow/ |
A D | common.c | 1284 max(max(domain_tot_pages(d) / 256, in sh_min_allocation()
|
Completed in 54 milliseconds