Home
last modified time | relevance | path

Searched refs:n_pfns (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/xen/
H A Dsetup.c84 unsigned long n_pfns) in xen_del_extra_mem() argument
91 size_r = xen_extra_mem[i].n_pfns; in xen_del_extra_mem()
95 BUG_ON(n_pfns > size_r); 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()
101 if (start_r + size_r == start_pfn + n_pfns) { in xen_del_extra_mem()
102 BUG_ON(n_pfns > size_r); in xen_del_extra_mem()
103 xen_extra_mem[i].n_pfns -= n_pfns; in xen_del_extra_mem()
791 unsigned long pfn_s, n_pfns; xen_memory_setup() local
[all...]
H A Dxen-ops.h186 void xen_add_extra_mem(unsigned long start_pfn, unsigned long n_pfns);
/linux/include/xen/
H A Dpage.h38 unsigned long n_pfns; member
/linux/drivers/xen/
H A Dballoon.c689 pages = xen_extra_mem[i].n_pfns; in balloon_add_regions()