Searched defs:__pte_to_phys (Results 1 – 2 of 2) sorted by relevance
72 static inline phys_addr_t __pte_to_phys(pte_t pte) in __pte_to_phys() function82 #define __pte_to_phys(pte) (pte_val(pte) & PTE_ADDR_MASK) macro
77 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_MASK) macro