Searched refs:boot_pfn_to_page (Results 1 – 3 of 3) sorted by relevance
77 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() function81 #define boot_pfn_to_page boot_pfn_to_page macro
376 #ifndef boot_pfn_to_page377 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() function
616 page = boot_pfn_to_page(entry >> PAGE_SHIFT); in kimage_free_entry()758 old_page = boot_pfn_to_page(old_addr >> PAGE_SHIFT); in kimage_alloc_page()877 page = boot_pfn_to_page(maddr >> PAGE_SHIFT); in kimage_load_crash_segment()1009 free_reserved_page(boot_pfn_to_page(addr >> PAGE_SHIFT)); in crash_free_reserved_phys_range()
Completed in 7 milliseconds