Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dmmu.c88 fixmap_pgdp = pgd_set_fixmap(__pa_symbol(pgdp)); in set_swapper_pgd()
/linux/arch/arm64/include/asm/
H A Dpgtable.h1148 #define pgd_set_fixmap(addr) ((pgd_t *)set_fixmap_offset(FIX_PGD, addr)) macro