Home
last modified time | relevance | path

Searched defs:__pte_to_phys (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h76 static inline phys_addr_t __pte_to_phys(pte_t pte) in __pte_to_phys() function
87 #define __pte_to_phys(pte) (pte_val(pte) & PTE_ADDR_LOW) macro