Searched refs:fixmap (Results 26 - 50 of 106) sorted by relevance

12345

/linux-master/arch/arm64/mm/
H A DMakefile5 context.o proc.o pageattr.o fixmap.o
H A Dfixmap.c14 #include <asm/fixmap.h>
19 /* ensure that the fixmap region does not grow down into the PCI I/O region */
81 * We only end up here if the kernel mapping and the fixmap
/linux-master/arch/arm64/kernel/
H A Dpatching.c10 #include <asm/fixmap.h>
31 static void __kprobes *patch_map(void *addr, int fixmap) argument
45 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) +
49 static void __kprobes patch_unmap(int fixmap) argument
51 clear_fixmap(fixmap);
/linux-master/arch/riscv/kernel/
H A Dpatch.c14 #include <asm/fixmap.h>
40 * So use '__always_inline' and 'const unsigned int fixmap' here.
42 static __always_inline void *patch_map(void *addr, const unsigned int fixmap) argument
56 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) +
60 static void patch_unmap(int fixmap) argument
62 clear_fixmap(fixmap);
/linux-master/arch/x86/xen/
H A Dsuspend.c15 #include <asm/fixmap.h>
/linux-master/arch/xtensa/include/asm/
H A Dhighmem.h19 #include <asm/fixmap.h>
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h9 #include <asm/fixmap.h>
/linux-master/arch/arm/include/asm/
H A Defi.h12 #include <asm/fixmap.h>
/linux-master/arch/powerpc/include/asm/
H A Dfixmap.h2 * fixmap.h: compile-time virtual memory allocation
39 * physical memory with fixmap indices.
91 #include <asm-generic/fixmap.h>
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h2 * fixmap.h: compile-time virtual memory allocation
34 * to associate physical memory with a fixmap index.
112 #include <asm-generic/fixmap.h>
/linux-master/arch/x86/mm/
H A Dpgtable_32.c14 #include <asm/fixmap.h>
90 * so relocating the fixmap can be done before paging initialization.
/linux-master/arch/mips/mm/
H A Dpgtable-32.c12 #include <asm/fixmap.h>
H A Dpgtable-64.c12 #include <asm/fixmap.h>
/linux-master/arch/powerpc/mm/
H A Dinit_32.c42 #include <asm/fixmap.h>
H A Dpgtable_32.c29 #include <asm/fixmap.h>
/linux-master/arch/sh/mm/
H A Dioremap_fixed.c19 #include <asm/fixmap.h>
/linux-master/arch/x86/include/asm/
H A Dfixmap.h2 * fixmap.h: compile-time virtual memory allocation
21 * calculated in assembly code (fixmap entries are an enum), but is sanity
22 * checked in the actual fixmap C code to make sure that the fixmap is
31 /* fixmap starts downwards from the 507th entry in level2_fixmap_pgt */
53 * the start of the fixmap.
76 * physical memory with fixmap indices.
191 #include <asm-generic/fixmap.h>
H A Dacpi.h12 #include <asm/fixmap.h>
/linux-master/arch/x86/kernel/
H A Dpvclock.c15 #include <asm/fixmap.h>
/linux-master/arch/sh/include/asm/
H A Dpgtable.h22 #include <asm/fixmap.h>
/linux-master/arch/powerpc/platforms/83xx/
H A Dmisc.c17 #include <asm/fixmap.h>
/linux-master/arch/csky/mm/
H A Dtcm.c6 #include <asm/fixmap.h>
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dusbgecko_udbg.c16 #include <asm/fixmap.h>
278 * The BAT uses a virtual address range reserved at the fixmap.
299 * a reserved fixmap area.
/linux-master/arch/openrisc/mm/
H A Dinit.c35 #include <asm/fixmap.h>
/linux-master/arch/microblaze/mm/
H A Dpgtable.c43 #include <asm/fixmap.h>

Completed in 452 milliseconds

12345