| /Linux-v6.6/include/asm-generic/ | 
| D | fixmap.h | 65 	__set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL) 70 	__set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR) 77 	__set_fixmap(idx, phys, flags);					\ 89 	__set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE) 98 	__set_fixmap(idx, phys, FIXMAP_PAGE_IO)
  | 
| /Linux-v6.6/arch/riscv/include/asm/ | 
| 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,
  | 
| /Linux-v6.6/arch/arm64/include/asm/ | 
| D | fixmap.h | 105 #define __early_set_fixmap __set_fixmap 107 #define __late_set_fixmap __set_fixmap 108 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 110 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
  | 
| /Linux-v6.6/arch/x86/include/asm/ | 
| 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))
  | 
| D | paravirt.h | 574 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx,  in __set_fixmap()  function
  | 
| /Linux-v6.6/arch/arm/include/asm/ | 
| 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);
  | 
| /Linux-v6.6/arch/powerpc/include/asm/ | 
| D | fixmap.h | 105 static inline void __set_fixmap(enum fixed_addresses idx,  in __set_fixmap()  function 120 #define __early_set_fixmap	__set_fixmap
  | 
| /Linux-v6.6/arch/um/include/asm/ | 
| D | fixmap.h | 39 extern void __set_fixmap (enum fixed_addresses idx,
  | 
| /Linux-v6.6/arch/loongarch/include/asm/ | 
| D | fixmap.h | 23 extern void __set_fixmap(enum fixed_addresses idx,
  | 
| /Linux-v6.6/arch/microblaze/include/asm/ | 
| D | fixmap.h | 55 extern void __set_fixmap(enum fixed_addresses idx,
  | 
| /Linux-v6.6/arch/sh/include/asm/ | 
| D | fixmap.h | 67 extern void __set_fixmap(enum fixed_addresses idx,
  | 
| /Linux-v6.6/arch/sh/mm/ | 
| D | nommu.c | 96 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)  in __set_fixmap()  function
  | 
| D | ioremap_fixed.c | 90 		__set_fixmap(idx, phys_addr, prot);  in ioremap_fixed()
  | 
| D | init.c | 111 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)  in __set_fixmap()  function
  | 
| /Linux-v6.6/arch/arm64/mm/ | 
| D | fixmap.c | 113 void __set_fixmap(enum fixed_addresses idx,  in __set_fixmap()  function
  | 
| D | mmu.c | 691 		__set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i,  in map_entry_trampoline() 695 		__set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i,  in map_entry_trampoline()
  | 
| /Linux-v6.6/arch/loongarch/mm/ | 
| D | init.c | 209 void __init __set_fixmap(enum fixed_addresses idx,  in __set_fixmap()  function
  | 
| /Linux-v6.6/arch/microblaze/mm/ | 
| D | pgtable.c | 256 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags)  in __set_fixmap()  function
  | 
| /Linux-v6.6/arch/x86/entry/vsyscall/ | 
| D | vsyscall_64.c | 388 		__set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall,  in map_vsyscall()
  | 
| /Linux-v6.6/arch/x86/mm/ | 
| D | init_32.c | 705 	__set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO);  in test_wp_bit()
  | 
| /Linux-v6.6/drivers/acpi/apei/ | 
| D | ghes.c | 168 	__set_fixmap(fixmap_idx, paddr, prot);  in ghes_map()
  | 
| /Linux-v6.6/arch/arm/mm/ | 
| D | mmu.c | 397 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot)  in __set_fixmap()  function
  | 
| /Linux-v6.6/arch/riscv/mm/ | 
| D | init.c | 314 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot)  in __set_fixmap()  function
  | 
| /Linux-v6.6/arch/x86/kernel/apic/ | 
| D | io_apic.c | 2694 	__set_fixmap(idx, phys, flags);  in io_apic_set_fixmap()
  | 
| /Linux-v6.6/drivers/tty/serial/ | 
| D | samsung_tty.c | 2902 	__set_fixmap(FIX_EARLYCON_MEM_BASE, device->port.mapbase,  in apple_s5l_early_console_setup()
  |