Searched refs:__set_fixmap (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dfixmap.h56 #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-master/include/asm-generic/
H A Dfixmap.h65 __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-master/arch/um/include/asm/
H A Dfixmap.h39 extern void __set_fixmap (enum fixed_addresses idx,
/linux-master/arch/loongarch/include/asm/
H A Dfixmap.h23 extern void __set_fixmap(enum fixed_addresses idx,
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h105 #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-master/arch/arm/include/asm/
H A Dfixmap.h52 #define __early_set_fixmap __set_fixmap
56 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/linux-master/arch/microblaze/include/asm/
H A Dfixmap.h55 extern void __set_fixmap(enum fixed_addresses idx,
/linux-master/arch/sh/include/asm/
H A Dfixmap.h67 extern void __set_fixmap(enum fixed_addresses idx,
/linux-master/arch/powerpc/include/asm/
H A Dfixmap.h93 static inline void __set_fixmap(enum fixed_addresses idx, function
108 #define __early_set_fixmap __set_fixmap
/linux-master/arch/x86/include/asm/
H A Dfixmap.h164 static inline void __set_fixmap(enum fixed_addresses idx, 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))
H A Dparavirt.h572 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, function
/linux-master/arch/sh/mm/
H A Dnommu.c96 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) function
H A Dioremap_fixed.c90 __set_fixmap(idx, phys_addr, prot);
H A Dinit.c111 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) function
328 * pte's will be filled in by __set_fixmap().
/linux-master/arch/arm64/mm/
H A Dfixmap.c116 void __set_fixmap(enum fixed_addresses idx, function
H A Dmmu.c736 __set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i,
740 __set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i,
/linux-master/arch/microblaze/mm/
H A Dpgtable.c256 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) function
/linux-master/arch/loongarch/mm/
H A Dinit.c209 void __init __set_fixmap(enum fixed_addresses idx, function
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c388 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall,
/linux-master/arch/x86/mm/
H A Dinit_32.c705 __set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO);
/linux-master/arch/arm/mm/
H A Dmmu.c397 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) function
/linux-master/drivers/acpi/apei/
H A Dghes.c182 __set_fixmap(fixmap_idx, paddr, prot);
/linux-master/arch/riscv/mm/
H A Dinit.c318 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) function
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c2674 __set_fixmap(idx, phys, flags);
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c2833 __set_fixmap(FIX_EARLYCON_MEM_BASE, device->port.mapbase,

Completed in 248 milliseconds