Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Denlighten.c419 struct xen_memory_region xen_extra_mem[XEN_EXTRA_MEM_MAX_REGIONS] __initdata; variable
431 if (xen_extra_mem[i].n_pfns == 0) { in xen_add_extra_mem()
432 xen_extra_mem[i].start_pfn = start_pfn; in xen_add_extra_mem()
433 xen_extra_mem[i].n_pfns = n_pfns; in xen_add_extra_mem()
437 if (xen_extra_mem[i].start_pfn + xen_extra_mem[i].n_pfns == in xen_add_extra_mem()
439 xen_extra_mem[i].n_pfns += n_pfns; in xen_add_extra_mem()
467 for (j = 0; j < xen_extra_mem[i].n_pfns; j++) { in arch_xen_unpopulated_init()
469 pfn_to_page(xen_extra_mem[i].start_pfn + j); in arch_xen_unpopulated_init()
475 xen_extra_mem[i].n_pfns = 0; in arch_xen_unpopulated_init()
H A Dsetup.c94 start_r = xen_extra_mem[i].start_pfn; in xen_del_extra_mem()
95 size_r = xen_extra_mem[i].n_pfns; in xen_del_extra_mem()
100 xen_extra_mem[i].start_pfn += n_pfns; in xen_del_extra_mem()
101 xen_extra_mem[i].n_pfns -= n_pfns; in xen_del_extra_mem()
107 xen_extra_mem[i].n_pfns -= n_pfns; in xen_del_extra_mem()
113 xen_extra_mem[i].n_pfns = start_pfn - start_r; in xen_del_extra_mem()
133 if (pfn >= xen_extra_mem[i].start_pfn && in xen_chk_extra_mem()
134 pfn < xen_extra_mem[i].start_pfn + xen_extra_mem[i].n_pfns) in xen_chk_extra_mem()
150 if (!xen_extra_mem[i].n_pfns) in xen_inv_extra_mem()
152 pfn_s = xen_extra_mem[i].start_pfn; in xen_inv_extra_mem()
[all …]
/openbmc/linux/include/xen/
H A Dpage.h44 struct xen_memory_region xen_extra_mem[XEN_EXTRA_MEM_MAX_REGIONS];
/openbmc/linux/drivers/xen/
H A Dballoon.c681 pages = xen_extra_mem[i].n_pfns; in balloon_add_regions()
685 start_pfn = xen_extra_mem[i].start_pfn; in balloon_add_regions()
/openbmc/linux/arch/arm/xen/
H A Denlighten.c60 struct xen_memory_region xen_extra_mem[XEN_EXTRA_MEM_MAX_REGIONS] __initdata; variable