Symbol: __set_fixmap
arch/arm/include/asm/fixmap.h
52
#define __early_set_fixmap __set_fixmap
arch/arm/include/asm/fixmap.h
56
void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
arch/arm64/include/asm/fixmap.h
111
#define __early_set_fixmap __set_fixmap
arch/arm64/include/asm/fixmap.h
113
#define __late_set_fixmap __set_fixmap
arch/arm64/include/asm/fixmap.h
114
#define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
arch/arm64/include/asm/fixmap.h
116
extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
arch/arm64/kvm/nested.c
1491
__set_fixmap(vncr_fixmap(vt->cpu), vt->hpa, prot);
arch/arm64/mm/mmu.c
1341
__set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i,
arch/arm64/mm/mmu.c
1345
__set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i,
arch/loongarch/include/asm/fixmap.h
23
extern void __set_fixmap(enum fixed_addresses idx,
arch/microblaze/include/asm/fixmap.h
55
extern void __set_fixmap(enum fixed_addresses idx,
arch/openrisc/include/asm/fixmap.h
40
extern void __set_fixmap(enum fixed_addresses idx,
arch/powerpc/include/asm/fixmap.h
108
#define __early_set_fixmap __set_fixmap
arch/riscv/include/asm/fixmap.h
56
#define __early_set_fixmap __set_fixmap
arch/riscv/include/asm/fixmap.h
58
#define __late_set_fixmap __set_fixmap
arch/riscv/include/asm/fixmap.h
59
#define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
arch/riscv/include/asm/fixmap.h
61
extern void __set_fixmap(enum fixed_addresses idx,
arch/sh/include/asm/fixmap.h
67
extern void __set_fixmap(enum fixed_addresses idx,
arch/sh/mm/ioremap_fixed.c
90
__set_fixmap(idx, phys_addr, prot);
arch/x86/entry/vsyscall/vsyscall_64.c
372
__set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall,
arch/x86/include/asm/fixmap.h
193
#define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags)
arch/x86/include/asm/fixmap.h
194
#define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
arch/x86/kernel/apic/io_apic.c
2548
__set_fixmap(idx, phys, flags);
arch/x86/mm/init_32.c
671
__set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO);
drivers/acpi/apei/ghes.c
186
__set_fixmap(fixmap_idx, paddr, prot);
drivers/tty/serial/samsung_tty.c
2859
__set_fixmap(FIX_EARLYCON_MEM_BASE, device->port.mapbase,
include/asm-generic/fixmap.h
65
__set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL)
include/asm-generic/fixmap.h
70
__set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR)
include/asm-generic/fixmap.h
77
__set_fixmap(idx, phys, flags); \
include/asm-generic/fixmap.h
89
__set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE)
include/asm-generic/fixmap.h
98
__set_fixmap(idx, phys, FIXMAP_PAGE_IO)