Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h77 static inline pteval_t __phys_to_pte_val(phys_addr_t phys) in __phys_to_pte_val() function
83 #define __phys_to_pte_val(phys) (phys) macro
88 __pte(__phys_to_pte_val((phys_addr_t)(pfn) << PAGE_SHIFT) | pgprot_val(prot))
454 #define __phys_to_pmd_val(phys) __phys_to_pte_val(phys)
466 #define __phys_to_pud_val(phys) __phys_to_pte_val(phys)
473 #define __phys_to_p4d_val(phys) __phys_to_pte_val(phys)
476 #define __phys_to_pgd_val(phys) __phys_to_pte_val(phys)