Searched defs:pte_pfn (Results 26 – 28 of 28) sorted by relevance
12
91 #define pte_pfn(pte) (__pte_to_phys(pte) >> PAGE_SHIFT) macro
223 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
1497 #define pte_pfn(x) (pte_val(x) >> PAGE_SHIFT) macro