Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dpgtable.h693 static inline phys_addr_t pud_page_paddr(pud_t pud) in pud_page_paddr() function
700 return (pmd_t *)__va(pud_page_paddr(pud)); in pud_pgtable()
704 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pm…
717 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; }) macro