Home
last modified time | relevance | path

Searched refs:boot_pfn_to_page (Results 1 – 3 of 3) 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() function
81 #define boot_pfn_to_page boot_pfn_to_page macro
/linux-6.3-rc2/include/linux/
A Dkexec.h452 #ifndef boot_pfn_to_page
453 static inline struct page *boot_pfn_to_page(unsigned long boot_pfn) in boot_pfn_to_page() function
479 free_reserved_page(boot_pfn_to_page(addr >> PAGE_SHIFT)); in crash_free_reserved_phys_range()
/linux-6.3-rc2/kernel/
A Dkexec_core.c606 page = boot_pfn_to_page(entry >> PAGE_SHIFT); in kimage_free_entry()
748 old_page = boot_pfn_to_page(old_addr >> PAGE_SHIFT); in kimage_alloc_page()
865 page = boot_pfn_to_page(maddr >> PAGE_SHIFT); in kimage_load_crash_segment()

Completed in 6 milliseconds