Searched defs:PFN_PHYS (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/linux/
H A Dpfn.h9 #define PFN_PHYS(x) ((phys_addr_t)(x) << PAGE_SHIFT) macro
/linux-master/include/linux/
H A Dpfn.h21 #define PFN_PHYS(x) ((phys_addr_t)(x) << PAGE_SHIFT) macro
/linux-master/scripts/gdb/linux/
H A Dmm.py216 def PFN_PHYS(self, pfn): member in class:aarch64_page_ops

Completed in 156 milliseconds