Home
last modified time | relevance | path

Searched refs:boot_pfn_to_page (Results 1 - 6 of 6) 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() function
84 #define boot_pfn_to_page boot_pfn_to_page macro
/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() function
79 #define boot_pfn_to_page boot_pfn_to_page macro
/kernel/linux/linux-6.6/include/linux/
H A Dkexec.h440 #ifndef boot_pfn_to_page
441 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() function
467 free_reserved_page(boot_pfn_to_page(addr >> PAGE_SHIFT)); in crash_free_reserved_phys_range()
/kernel/linux/linux-5.10/include/linux/
H A Dkexec.h396 #ifndef boot_pfn_to_page
397 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() function
/kernel/linux/linux-5.10/kernel/
H A Dkexec_core.c615 page = boot_pfn_to_page(entry >> PAGE_SHIFT); in kimage_free_entry()
757 old_page = boot_pfn_to_page(old_addr >> PAGE_SHIFT); in kimage_alloc_page()
876 page = boot_pfn_to_page(maddr >> PAGE_SHIFT); in kimage_load_crash_segment()
1012 free_reserved_page(boot_pfn_to_page(addr >> PAGE_SHIFT)); in crash_free_reserved_phys_range()
/kernel/linux/linux-6.6/kernel/
H A Dkexec_core.c609 page = boot_pfn_to_page(entry >> PAGE_SHIFT); in kimage_free_entry()
751 old_page = boot_pfn_to_page(old_addr >> PAGE_SHIFT); in kimage_alloc_page()
868 page = boot_pfn_to_page(maddr >> PAGE_SHIFT); in kimage_load_crash_segment()

Completed in 6 milliseconds