Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable.h642 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pmd_t)) macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable.h722 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pmd_t)) macro

Completed in 4 milliseconds