/xen/tools/libs/call/ |
A D | buffer.c | 49 static void *cache_alloc(xencall_handle *xcall, size_t nr_pages) in cache_alloc() 79 static int cache_free(xencall_handle *xcall, void *p, size_t nr_pages) in cache_free() 128 void *xencall_alloc_buffer_pages(xencall_handle *xcall, size_t nr_pages) in xencall_alloc_buffer_pages() 143 void xencall_free_buffer_pages(xencall_handle *xcall, void *p, size_t nr_pages) in xencall_free_buffer_pages() 153 int nr_pages; member 160 int nr_pages = actual_size >> PAGE_SHIFT; in xencall_alloc_buffer() local
|
/xen/xen/arch/x86/hvm/ |
A D | dom0_build.c | 77 unsigned long nr_pages, const bool map) in modify_identity_mmio() 105 unsigned long nr_pages) in pvh_populate_memory_range() 336 static __init void pvh_setup_e820(struct domain *d, unsigned long nr_pages) in pvh_setup_e820() 414 unsigned long nr_pages = dom0_compute_nr_pages(d, NULL, 0); in pvh_init_p2m() local 881 unsigned long nr_pages = PFN_UP((address & ~PAGE_MASK) + size), i; in acpi_memory_banned() local 1043 unsigned long pfn, nr_pages; in pvh_setup_acpi() local
|
A D | emulate.c | 434 unsigned int nr_pages = 0; in hvmemul_do_io_addr() local
|
/xen/tools/libxc/ |
A D | xc_hcall_buf.c | 30 void *xc__hypercall_buffer_alloc_pages(xc_interface *xch, xc_hypercall_buffer_t *b, int nr_pages) in xc__hypercall_buffer_alloc_pages() 42 void xc__hypercall_buffer_free_pages(xc_interface *xch, xc_hypercall_buffer_t *b, int nr_pages) in xc__hypercall_buffer_free_pages()
|
A D | xc_core.c | 352 int nr_vcpus, unsigned long nr_pages) in elfnote_dump_core_header() 440 unsigned long nr_pages; in xc_domain_dumpcore_via_callback() local
|
A D | xc_sr_restore.c | 215 nr_pages = 0; in process_page_data() local
|
A D | xc_sr_save.c | 95 unsigned int i, p, nr_pages = 0, nr_pages_mapped = 0; in write_batch() local
|
A D | xc_dom_core.c | 951 xen_pfn_t nr_pages; in xc_dom_mem_init() local
|
A D | xc_dom_x86.c | 1350 unsigned long i, vmemid, nr_pages = dom->total_pages; in meminit_hvm() local
|
A D | xc_domain.c | 1084 unsigned long nr_pages) in xc_domain_claim_pages()
|
/xen/xen/arch/x86/ |
A D | dom0_build.c | 24 long nr_pages; member 304 unsigned long nr_pages) in dom0_paging_pages() 318 unsigned long avail = 0, nr_pages, min_pages, max_pages; in dom0_compute_nr_pages() local
|
A D | setup.c | 822 unsigned long nr_pages, raw_max_page, modules_headroom, module_map[1]; in __start_xen() local
|
/xen/xen/arch/x86/pv/ |
A D | dom0_build.c | 102 unsigned long nr_pages) in setup_pv_physmap() 294 unsigned long nr_pages; in dom0_construct_pv() local
|
/xen/tools/firmware/hvmloader/ |
A D | pci.c | 381 unsigned int nr_pages = min_t( in pci_setup() local
|
/xen/stubdom/vtpmmgr/ |
A D | vtpm_disk.h | 151 int nr_pages; member
|
/xen/xen/include/xen/ |
A D | mm.h | 577 static inline unsigned int get_order_from_pages(unsigned long nr_pages) in get_order_from_pages()
|
/xen/xen/include/public/ |
A D | memory.h | 587 xen_ulong_t nr_pages; member
|
A D | xen.h | 848 unsigned long nr_pages; /* Total pages allocated to this domain. */ member
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 457 unsigned long nr_pages; /* current number, not maximum */ member
|
/xen/xen/common/ |
A D | page_alloc.c | 1769 struct page_info *pg, unsigned long nr_pages) in init_heap_pages()
|