Home
last modified time | relevance | path

Searched defs:pud_offset_phys (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable.h703 #define pud_offset_phys(dir, addr) (p4d_page_paddr(READ_ONCE(*(dir))) + pud_index(addr) * sizeof(pud_t)) macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable.h784 #define pud_offset_phys(dir, addr) (p4d_page_paddr(READ_ONCE(*(dir))) + pud_index(addr) * sizeof(pud_t)) macro

Completed in 5 milliseconds