__set_fixmap       52 arch/arm/include/asm/fixmap.h #define __early_set_fixmap	__set_fixmap
__set_fixmap       56 arch/arm/include/asm/fixmap.h void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
__set_fixmap      102 arch/arm64/include/asm/fixmap.h #define __early_set_fixmap __set_fixmap
__set_fixmap      104 arch/arm64/include/asm/fixmap.h #define __late_set_fixmap __set_fixmap
__set_fixmap      105 arch/arm64/include/asm/fixmap.h #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
__set_fixmap      107 arch/arm64/include/asm/fixmap.h extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
__set_fixmap      598 arch/arm64/mm/mmu.c 	__set_fixmap(FIX_ENTRY_TRAMP_TEXT, pa_start, prot);
__set_fixmap      602 arch/arm64/mm/mmu.c 		__set_fixmap(FIX_ENTRY_TRAMP_DATA,
__set_fixmap       58 arch/microblaze/include/asm/fixmap.h extern void __set_fixmap(enum fixed_addresses idx,
__set_fixmap       26 arch/nds32/include/asm/fixmap.h void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
__set_fixmap       35 arch/riscv/include/asm/fixmap.h #define __early_set_fixmap	__set_fixmap
__set_fixmap       37 arch/riscv/include/asm/fixmap.h #define __late_set_fixmap	__set_fixmap
__set_fixmap       38 arch/riscv/include/asm/fixmap.h #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
__set_fixmap       40 arch/riscv/include/asm/fixmap.h extern void __set_fixmap(enum fixed_addresses idx,
__set_fixmap       75 arch/sh/include/asm/fixmap.h extern void __set_fixmap(enum fixed_addresses idx,
__set_fixmap       90 arch/sh/mm/ioremap_fixed.c 		__set_fixmap(idx, phys_addr, prot);
__set_fixmap       40 arch/um/include/asm/fixmap.h extern void __set_fixmap (enum fixed_addresses idx,
__set_fixmap      387 arch/x86/entry/vsyscall/vsyscall_64.c 		__set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall,
__set_fixmap      192 arch/x86/include/asm/fixmap.h #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags)
__set_fixmap      193 arch/x86/include/asm/fixmap.h #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
__set_fixmap      753 arch/x86/mm/init_32.c 	__set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO);
__set_fixmap      140 drivers/acpi/apei/ghes.c 	__set_fixmap(fixmap_idx, paddr, prot);
__set_fixmap       65 include/asm-generic/fixmap.h 	__set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL)
__set_fixmap       70 include/asm-generic/fixmap.h 	__set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR)
__set_fixmap       77 include/asm-generic/fixmap.h 	__set_fixmap(idx, phys, flags);					\
__set_fixmap       89 include/asm-generic/fixmap.h 	__set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE)
__set_fixmap       98 include/asm-generic/fixmap.h 	__set_fixmap(idx, phys, FIXMAP_PAGE_IO)