Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable.h904 static inline phys_addr_t pud_page_paddr(pud_t pud) in pud_page_paddr() function
911 return (pmd_t *)__va(pud_page_paddr(pud)); in pud_pgtable()
915 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pm…
929 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; }) macro