| /arch/riscv/include/asm/ |
| A D | fixmap.h | 56 #define __early_set_fixmap __set_fixmap 58 #define __late_set_fixmap __set_fixmap 59 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 61 extern void __set_fixmap(enum fixed_addresses idx,
|
| /arch/arm64/include/asm/ |
| A D | fixmap.h | 111 #define __early_set_fixmap __set_fixmap 113 #define __late_set_fixmap __set_fixmap 114 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 116 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
| /arch/x86/include/asm/ |
| A D | fixmap.h | 164 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function 193 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) 194 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
|
| A D | paravirt.h | 545 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, in __set_fixmap() function
|
| /arch/arm/include/asm/ |
| A D | fixmap.h | 52 #define __early_set_fixmap __set_fixmap 56 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
| /arch/powerpc/include/asm/ |
| A D | fixmap.h | 93 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function 108 #define __early_set_fixmap __set_fixmap
|
| /arch/openrisc/include/asm/ |
| A D | fixmap.h | 39 extern void __set_fixmap(enum fixed_addresses idx,
|
| /arch/loongarch/include/asm/ |
| A D | fixmap.h | 23 extern void __set_fixmap(enum fixed_addresses idx,
|
| /arch/microblaze/include/asm/ |
| A D | fixmap.h | 55 extern void __set_fixmap(enum fixed_addresses idx,
|
| /arch/sh/include/asm/ |
| A D | fixmap.h | 67 extern void __set_fixmap(enum fixed_addresses idx,
|
| /arch/sh/mm/ |
| A D | nommu.c | 98 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
|
| A D | ioremap_fixed.c | 90 __set_fixmap(idx, phys_addr, prot); in ioremap_fixed()
|
| A D | init.c | 111 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
|
| /arch/arm64/mm/ |
| A D | fixmap.c | 119 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
| A D | mmu.c | 771 __set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i, in map_entry_trampoline() 775 __set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i, in map_entry_trampoline()
|
| /arch/openrisc/mm/ |
| A D | init.c | 229 void __init __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
| /arch/loongarch/mm/ |
| A D | init.c | 186 void __init __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
| /arch/microblaze/mm/ |
| A D | pgtable.c | 256 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
|
| /arch/x86/entry/vsyscall/ |
| A D | vsyscall_64.c | 362 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, in map_vsyscall()
|
| /arch/x86/mm/ |
| A D | init_32.c | 673 __set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO); in test_wp_bit()
|
| /arch/arm/mm/ |
| A D | mmu.c | 397 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
|
| /arch/arm64/kvm/ |
| A D | nested.c | 1399 __set_fixmap(vncr_fixmap(vt->cpu), vt->hpa, prot); in kvm_map_l1_vncr()
|
| /arch/riscv/mm/ |
| A D | init.c | 395 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
|
| /arch/x86/kernel/apic/ |
| A D | io_apic.c | 2539 __set_fixmap(idx, phys, flags); in io_apic_set_fixmap()
|