Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dkexec.h468 #ifndef page_to_boot_pfn
469 static inline unsigned long page_to_boot_pfn(struct page *page) in page_to_boot_pfn() function
/linux/kernel/ !
H A Dkexec_file.c687 pr_debug("allocated %zu DMA pages at 0x%lx", nr_pages, page_to_boot_pfn(p)); in kexec_alloc_contig()
689 mem = page_to_boot_pfn(p) << PAGE_SHIFT; in kexec_alloc_contig()
698 kbuf->mem = page_to_boot_pfn(p) << PAGE_SHIFT; in kexec_alloc_contig()