Searched defs:__phys_to_pte_val (Results 1 – 1 of 1) sorted by relevance
59 #define __phys_to_pte_val(phys) (((phys) | ((phys) >> 36)) & PTE_ADDR_MASK) macro62 #define __phys_to_pte_val(phys) (phys) macro