Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h648 static inline phys_addr_t pud_page_paddr(pud_t pud) in pud_page_paddr() function
655 return (unsigned long)__va(pud_page_paddr(pud)); in pud_page_vaddr()
659 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pm…
672 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; }) macro