Home
last modified time | relevance | path

Searched defs:__pfn_to_phys (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/asm-generic/
Dmemory_model.h62 #define __pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/kernel/linux/linux-5.10/include/asm-generic/
Dmemory_model.h79 #define __pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpage.h66 #define __pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dpage.h109 # define __pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/kernel/linux/linux-6.6/scripts/gdb/linux/
Dmm.py228 def __pfn_to_phys(self, pfn): member in aarch64_page_ops