Home
last modified time | relevance | path

Searched refs:__phys_to_pte_val (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kernel/pi/
H A Dmap_range.c59 *tbl = __pte(__phys_to_pte_val(*pte) | in map_range()
82 *tbl = __pte(__phys_to_pte_val(pa) | protval); in map_range()
/linux/arch/arm64/include/asm/
H A Dpgtable.h82 static inline pteval_t __phys_to_pte_val(phys_addr_t phys) in __phys_to_pte_val() function
88 #define __phys_to_pte_val(phys) (phys) macro
93 __pte(__phys_to_pte_val((phys_addr_t)(pfn) << PAGE_SHIFT) | pgprot_val(prot))
613 #define __phys_to_pmd_val(phys) __phys_to_pte_val(phys)
625 #define __phys_to_pud_val(phys) __phys_to_pte_val(phys)
676 #define __phys_to_p4d_val(phys) __phys_to_pte_val(phys)
679 #define __phys_to_pgd_val(phys) __phys_to_pte_val(phys)