| /Linux-v5.4/arch/riscv/include/asm/ |
| D | fixmap.h | 35 #define __early_set_fixmap __set_fixmap 37 #define __late_set_fixmap __set_fixmap 38 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 40 extern void __set_fixmap(enum fixed_addresses idx,
|
| /Linux-v5.4/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-v5.4/arch/arm64/include/asm/ |
| D | fixmap.h | 102 #define __early_set_fixmap __set_fixmap 104 #define __late_set_fixmap __set_fixmap 105 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 107 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | fixmap.h | 163 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function 192 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) 193 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
|
| D | paravirt.h | 630 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, in __set_fixmap() function
|
| /Linux-v5.4/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-v5.4/arch/um/include/asm/ |
| D | fixmap.h | 40 extern void __set_fixmap (enum fixed_addresses idx,
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | fixmap.h | 58 extern void __set_fixmap(enum fixed_addresses idx,
|
| /Linux-v5.4/arch/nds32/include/asm/ |
| D | fixmap.h | 26 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | fixmap.h | 75 extern void __set_fixmap(enum fixed_addresses idx,
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | fixmap.h | 77 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
| /Linux-v5.4/arch/sh/mm/ |
| D | nommu.c | 97 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 | 102 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
|
| /Linux-v5.4/arch/microblaze/mm/ |
| D | pgtable.c | 247 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
|
| /Linux-v5.4/arch/nds32/mm/ |
| D | init.c | 255 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
| /Linux-v5.4/arch/x86/entry/vsyscall/ |
| D | vsyscall_64.c | 387 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, in map_vsyscall()
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | mmu.c | 598 __set_fixmap(FIX_ENTRY_TRAMP_TEXT, pa_start, prot); in map_entry_trampoline() 602 __set_fixmap(FIX_ENTRY_TRAMP_DATA, in map_entry_trampoline() 864 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
| /Linux-v5.4/arch/riscv/mm/ |
| D | init.c | 160 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
|
| /Linux-v5.4/arch/x86/mm/ |
| D | init_32.c | 753 __set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO); in test_wp_bit()
|
| /Linux-v5.4/drivers/acpi/apei/ |
| D | ghes.c | 140 __set_fixmap(fixmap_idx, paddr, prot); in ghes_map()
|
| /Linux-v5.4/arch/arm/mm/ |
| D | mmu.c | 406 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
|