Home
last modified time | relevance | path

Searched refs:xen_extra_mem (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/xen/
H A Denlighten.c412 struct xen_memory_region xen_extra_mem[XEN_EXTRA_MEM_MAX_REGIONS] __initdata; variable
424 if (xen_extra_mem[i].n_pfns == 0) { in xen_add_extra_mem()
425 xen_extra_mem[i].start_pfn = start_pfn; in xen_add_extra_mem()
426 xen_extra_mem[i].n_pfns = n_pfns; in xen_add_extra_mem()
430 if (xen_extra_mem[i].start_pfn + xen_extra_mem[i].n_pfns == in xen_add_extra_mem()
432 xen_extra_mem[i].n_pfns += n_pfns; in xen_add_extra_mem()
460 for (j = 0; j < xen_extra_mem[i].n_pfns; j++) { in arch_xen_unpopulated_init()
462 pfn_to_page(xen_extra_mem[i].start_pfn + j); in arch_xen_unpopulated_init()
473 xen_unpopulated_pages += xen_extra_mem[i].n_pfns; in arch_xen_unpopulated_init()
475 xen_extra_mem[i].n_pfns = 0; in arch_xen_unpopulated_init()
H A Dsetup.c90 start_r = xen_extra_mem[i].start_pfn; in xen_del_extra_mem()
91 size_r = xen_extra_mem[i].n_pfns; in xen_del_extra_mem()
96 xen_extra_mem[i].start_pfn += n_pfns; in xen_del_extra_mem()
97 xen_extra_mem[i].n_pfns -= n_pfns; in xen_del_extra_mem()
103 xen_extra_mem[i].n_pfns -= n_pfns; in xen_del_extra_mem()
109 xen_extra_mem[i].n_pfns = start_pfn - start_r; in xen_del_extra_mem()
129 if (pfn >= xen_extra_mem[i].start_pfn && in xen_chk_extra_mem()
130 pfn < xen_extra_mem[i].start_pfn + xen_extra_mem[i].n_pfns) in xen_chk_extra_mem()
146 if (!xen_extra_mem[i].n_pfns) in xen_inv_extra_mem()
148 pfn_s = xen_extra_mem[i].start_pfn; in xen_inv_extra_mem()
[all …]
/linux/include/xen/
H A Dpage.h44 struct xen_memory_region xen_extra_mem[XEN_EXTRA_MEM_MAX_REGIONS];
/linux/drivers/xen/
H A Dballoon.c689 pages = xen_extra_mem[i].n_pfns; in balloon_add_regions()
693 start_pfn = xen_extra_mem[i].start_pfn; in balloon_add_regions()
/linux/arch/arm/xen/
H A Denlighten.c60 struct xen_memory_region xen_extra_mem[XEN_EXTRA_MEM_MAX_REGIONS] __initdata; variable