set_fixmap_offset  506 arch/arm64/include/asm/pgtable.h #define pte_set_fixmap(addr)		((pte_t *)set_fixmap_offset(FIX_PTE, addr))
set_fixmap_offset  563 arch/arm64/include/asm/pgtable.h #define pmd_set_fixmap(addr)		((pmd_t *)set_fixmap_offset(FIX_PMD, addr))
set_fixmap_offset  621 arch/arm64/include/asm/pgtable.h #define pud_set_fixmap(addr)		((pud_t *)set_fixmap_offset(FIX_PUD, addr))
set_fixmap_offset  655 arch/arm64/include/asm/pgtable.h #define pgd_set_fixmap(addr)	((pgd_t *)set_fixmap_offset(FIX_PGD, addr))
set_fixmap_offset   95 arch/arm64/kernel/insn.c 	return (void *)set_fixmap_offset(fixmap, page_to_phys(page) +
set_fixmap_offset  182 arch/riscv/mm/init.c 		return (pte_t *)set_fixmap_offset(FIX_PTE, pa);
set_fixmap_offset  227 arch/riscv/mm/init.c 		return (pmd_t *)set_fixmap_offset(FIX_PMD, pa);