Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dpgtable.h462 static inline phys_addr_t pud_page_paddr(pud_t pud) in pud_page_paddr() function
470 #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
/arch/arm64/mm/
Dmmu.c227 phys_addr_t table = pud_page_paddr(old_pud); in alloc_init_pud()