Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h552 #define pud_offset_phys(dir, addr) (pgd_page_paddr(READ_ONCE(*(dir))) + pud_index(addr) * sizeof(pu… macro
553 #define pud_offset(dir, addr) ((pud_t *)__va(pud_offset_phys((dir), (addr))))
556 #define pud_set_fixmap_offset(pgd, addr) pud_set_fixmap(pud_offset_phys(pgd, addr))
562 #define pud_offset_kimg(dir,addr) ((pud_t *)__phys_to_kimg(pud_offset_phys((dir), (addr))))