Home
last modified time | relevance | path

Searched defs:pfn (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/lib/
H A Dalloc_page.c69 static inline bool area_contains_pfn(struct mem_area *a, pfn_t pfn) in area_contains_pfn()
80 static inline bool usable_area_contains_pfn(struct mem_area *a, pfn_t pfn) in usable_area_contains_pfn()
101 pfn_t i, idx, pfn = virt_to_pfn(addr); in split() local
195 static struct mem_area *get_area(pfn_t pfn) in get_area()
220 static bool coalesce(struct mem_area *a, u8 order, pfn_t pfn, pfn_t pfn2) in coalesce()
268 pfn_t pfn2, pfn = virt_to_pfn(mem); in _free_pages() local
327 static int _reserve_one_page(pfn_t pfn) in _reserve_one_page()
346 static void _unreserve_one_page(pfn_t pfn) in _unreserve_one_page()
361 pfn_t pfn; in reserve_pages() local
381 pfn_t pfn; in unreserve_pages() local
/kvm-unit-tests/lib/asm-generic/
H A Dpage.h27 #define pfn_to_virt(pfn) __va((pfn) << PAGE_SHIFT) argument
/kvm-unit-tests/lib/arm/asm/
H A Dpage.h45 #define pfn_to_virt(pfn) __va((pfn) << PAGE_SHIFT) argument
/kvm-unit-tests/lib/ppc64/asm/
H A Dpage.h57 #define pfn_to_virt(pfn) __va((pfn) << PAGE_SHIFT) argument
/kvm-unit-tests/lib/arm64/asm/
H A Dpage.h70 #define pfn_to_virt(pfn) __va((pfn) << PAGE_SHIFT) argument