Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/xen/
A Dsetup.c96 unsigned long n_pfns) in xen_add_extra_mem() argument
108 xen_extra_mem[i].n_pfns = n_pfns; in xen_add_extra_mem()
114 xen_extra_mem[i].n_pfns += n_pfns; in xen_add_extra_mem()
125 unsigned long n_pfns) in xen_del_extra_mem() argument
136 BUG_ON(n_pfns > size_r); in xen_del_extra_mem()
138 xen_extra_mem[i].n_pfns -= n_pfns; in xen_del_extra_mem()
143 BUG_ON(n_pfns > size_r); in xen_del_extra_mem()
144 xen_extra_mem[i].n_pfns -= n_pfns; in xen_del_extra_mem()
153 (start_pfn + n_pfns)); in xen_del_extra_mem()
187 if (!xen_extra_mem[i].n_pfns) in xen_inv_extra_mem()
[all …]
/linux-6.3-rc2/include/xen/
A Dpage.h38 unsigned long n_pfns; member
/linux-6.3-rc2/drivers/xen/
A Dballoon.c700 pages = xen_extra_mem[i].n_pfns; in balloon_add_regions()

Completed in 9 milliseconds