/linux-4.1.27/include/asm-generic/ |
D | fixmap.h | 61 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL) 66 __set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR) 73 __set_fixmap(idx, phys, flags); \ 85 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE) 94 __set_fixmap(idx, phys, FIXMAP_PAGE_IO)
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | fixmap.h | 63 #define __early_set_fixmap __set_fixmap 65 #define __late_set_fixmap __set_fixmap 66 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 68 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/linux-4.1.27/arch/x86/include/asm/ |
D | fixmap.h | 154 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function 163 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) 164 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
|
D | paravirt.h | 707 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, in __set_fixmap() function
|
/linux-4.1.27/arch/um/include/asm/ |
D | fixmap.h | 39 extern void __set_fixmap (enum fixed_addresses idx,
|
/linux-4.1.27/arch/arm/include/asm/ |
D | fixmap.h | 21 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | fixmap.h | 58 extern void __set_fixmap(enum fixed_addresses idx,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | fixmap.h | 58 extern void __set_fixmap (enum fixed_addresses idx,
|
/linux-4.1.27/arch/sh/include/asm/ |
D | fixmap.h | 78 extern void __set_fixmap(enum fixed_addresses idx,
|
/linux-4.1.27/arch/sh/mm/ |
D | nommu.c | 98 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
|
D | ioremap_fixed.c | 89 __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-4.1.27/arch/x86/kernel/ |
D | pvclock.c | 159 __set_fixmap(PVCLOCK_FIXMAP_BEGIN + idx, in pvclock_init_vsyscall()
|
D | vsyscall_64.c | 328 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, in map_vsyscall()
|
D | traps.c | 1009 __set_fixmap(FIX_RO_IDT, __pa_symbol(idt_table), PAGE_KERNEL_RO); in trap_init()
|
/linux-4.1.27/arch/microblaze/mm/ |
D | pgtable.c | 252 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
|
/linux-4.1.27/arch/powerpc/mm/ |
D | pgtable_32.c | 450 void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
|
/linux-4.1.27/arch/arm64/mm/ |
D | mmu.c | 632 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
|
/linux-4.1.27/arch/x86/mm/ |
D | init_32.c | 727 __set_fixmap(FIX_WP_TEST, __pa(&swapper_pg_dir), PAGE_KERNEL_RO); in test_wp_bit()
|
/linux-4.1.27/arch/arm/mm/ |
D | mmu.c | 365 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
|