Searched refs:page_to_boot_pfn (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dkexec.h69 static inline unsigned long page_to_boot_pfn(struct page *page) function
73 #define page_to_boot_pfn page_to_boot_pfn macro
/linux-master/include/linux/
H A Dkexec.h406 #ifndef page_to_boot_pfn
407 static inline unsigned long page_to_boot_pfn(struct page *page) function
/linux-master/kernel/
H A Dkexec_core.c350 pfn = page_to_boot_pfn(pages);
643 addr = page_to_boot_pfn(page) << PAGE_SHIFT;
658 if (page_to_boot_pfn(page) >
663 addr = page_to_boot_pfn(page) << PAGE_SHIFT;
740 result = kimage_add_page(image, page_to_boot_pfn(page)

Completed in 96 milliseconds