Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dpgtable.h704 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pm… macro
707 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr))
713 #define pmd_offset_kimg(dir,addr) ((pmd_t *)__phys_to_kimg(pmd_offset_phys((dir), (addr))))