Home
last modified time | relevance | path

Searched defs: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
672 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; }) macro