Home
last modified time | relevance | path

Searched refs:boot_pfn (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dkexec.h80 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() argument
82 return pfn_to_page(boot_pfn - (arch_phys_to_idmap_offset >> PAGE_SHIFT)); in boot_pfn_to_page()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dkexec.h75 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() argument
77 return pfn_to_page(boot_pfn - (arch_phys_to_idmap_offset >> PAGE_SHIFT)); in boot_pfn_to_page()
/kernel/linux/linux-5.10/include/linux/
H A Dkexec.h397 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() argument
399 return pfn_to_page(boot_pfn); in boot_pfn_to_page()
/kernel/linux/linux-6.6/include/linux/
H A Dkexec.h441 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() argument
443 return pfn_to_page(boot_pfn); in boot_pfn_to_page()

Completed in 3 milliseconds