Searched defs:__pte_to_phys (Results 1 – 1 of 1) sorted by relevance
76 static inline phys_addr_t __pte_to_phys(pte_t pte) in __pte_to_phys() function87 #define __pte_to_phys(pte) (pte_val(pte) & PTE_ADDR_LOW) macro