Searched refs:pud_page_paddr (Results 1 – 2 of 2) sorted by relevance
462 static inline phys_addr_t pud_page_paddr(pud_t pud) in pud_page_paddr() function470 #define pmd_offset_phys(dir, addr) (pud_page_paddr(*(dir)) + pmd_index(addr) * sizeof(pmd_t))484 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; }) macro
227 phys_addr_t table = pud_page_paddr(old_pud); in alloc_init_pud()