| /linux/include/asm-generic/ |
| H A 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/arch/riscv/include/asm/ |
| H 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,
|
| /linux/arch/arm/include/asm/ |
| H 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);
|
| /linux/arch/powerpc/include/asm/ |
| H 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
|
| /linux/arch/loongarch/include/asm/ |
| H A D | fixmap.h | 23 extern void __set_fixmap(enum fixed_addresses idx,
|
| /linux/arch/openrisc/include/asm/ |
| H A D | fixmap.h | 40 extern void __set_fixmap(enum fixed_addresses idx,
|
| /linux/arch/microblaze/include/asm/ |
| H A D | fixmap.h | 55 extern void __set_fixmap(enum fixed_addresses idx,
|
| /linux/arch/sh/include/asm/ |
| H A D | fixmap.h | 67 extern void __set_fixmap(enum fixed_addresses idx,
|
| /linux/arch/sh/mm/ |
| H A D | nommu.c | 98 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
|
| H A D | ioremap_fixed.c | 90 __set_fixmap(idx, phys_addr, prot); in ioremap_fixed()
|
| /linux/arch/openrisc/mm/ |
| H A D | init.c | 233 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
| /linux/arch/microblaze/mm/ |
| H A D | pgtable.c | 256 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
|
| /linux/arch/loongarch/mm/ |
| H A D | init.c | 184 void __init __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
| /linux/arch/x86/mm/ |
| H A D | init_32.c | 673 __set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO); in test_wp_bit()
|
| /linux/arch/arm/mm/ |
| H A D | mmu.c | 397 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
|
| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 185 __set_fixmap(fixmap_idx, paddr, prot); in ghes_map()
|
| /linux/arch/arm64/kvm/ |
| H A D | nested.c | 1475 __set_fixmap(vncr_fixmap(vt->cpu), vt->hpa, prot); in kvm_map_l1_vncr()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 396 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
|
| /linux/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 2548 __set_fixmap(idx, phys, flags); in io_apic_set_fixmap()
|
| /linux/drivers/tty/serial/ |
| H A D | samsung_tty.c | 2859 __set_fixmap(FIX_EARLYCON_MEM_BASE, device->port.mapbase, in apple_s5l_early_console_setup()
|