Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/mm/
Dmmu.c303 pudp = pud_set_fixmap_offset(pgdp, addr); in alloc_init_pud()
660 bm_pudp = pud_set_fixmap_offset(bm_pgdp, FIXADDR_START); in map_kernel()
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable.h626 #define pud_set_fixmap_offset(pgd, addr) pud_set_fixmap(pud_offset_phys(pgd, addr)) macro
640 #define pud_set_fixmap_offset(pgdp, addr) ((pud_t *)pgdp) macro