Home
last modified time | relevance | path

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

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