Home
last modified time | relevance | path

Searched refs:boot_pfn (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/arm/include/asm/
A Dkexec.h77 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() argument
79 return pfn_to_page(boot_pfn - (arch_phys_to_idmap_offset >> PAGE_SHIFT)); in boot_pfn_to_page()
/linux-6.3-rc2/include/linux/
A Dkexec.h453 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() argument
455 return pfn_to_page(boot_pfn); in boot_pfn_to_page()

Completed in 5 milliseconds