Searched refs:boot_pfn_to_page (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dkexec.h75 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) function
79 #define boot_pfn_to_page boot_pfn_to_page macro
/linux-master/include/linux/
H A Dkexec.h413 #ifndef boot_pfn_to_page
414 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) function
440 free_reserved_page(boot_pfn_to_page(addr >> PAGE_SHIFT));
/linux-master/kernel/
H A Dkexec_core.c542 page = boot_pfn_to_page(entry >> PAGE_SHIFT);
686 old_page = boot_pfn_to_page(old_addr >> PAGE_SHIFT);
806 page = boot_pfn_to_page(maddr >> PAGE_SHIFT);

Completed in 218 milliseconds