Searched refs:__phys_to_pte_val (Results 1 – 1 of 1) sorted by relevance
69 #define __phys_to_pte_val(phys) (((phys) | ((phys) >> 36)) & PTE_ADDR_MASK) macro72 #define __phys_to_pte_val(phys) (phys) macro77 __pte(__phys_to_pte_val((phys_addr_t)(pfn) << PAGE_SHIFT) | pgprot_val(prot))378 #define __phys_to_pmd_val(phys) __phys_to_pte_val(phys)386 #define __phys_to_pud_val(phys) __phys_to_pte_val(phys)393 #define __phys_to_pgd_val(phys) __phys_to_pte_val(phys)