Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dpgtable.h664 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pm… macro
667 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr))
673 #define pmd_offset_kimg(dir,addr) ((pmd_t *)__phys_to_kimg(pmd_offset_phys((dir), (addr))))

Completed in 7 milliseconds