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

/linux-master/arch/arm64/include/asm/
H A Dpgtable.h750 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pmd_t)) macro
753 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr))
759 #define pmd_offset_kimg(dir,addr) ((pmd_t *)__phys_to_kimg(pmd_offset_phys((dir), (addr))))

Completed in 73 milliseconds