Searched refs:boot_pfn (Results 1 - 2 of 2) 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) argument
77 return pfn_to_page(boot_pfn - (arch_phys_to_idmap_offset >> PAGE_SHIFT));
/linux-master/include/linux/
H A Dkexec.h414 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) argument
416 return pfn_to_page(boot_pfn);

Completed in 209 milliseconds