Searched refs:fixmap (Results 1 - 25 of 106) sorted by path

12345

/linux-master/arch/parisc/mm/
H A DMakefile6 obj-y := init.o fault.o ioremap.o fixmap.o
/linux-master/arch/x86/xen/
H A Dsuspend.c15 #include <asm/fixmap.h>
/linux-master/arch/arm/include/asm/
H A Defi.h12 #include <asm/fixmap.h>
H A Dfixmap.h59 #include <asm-generic/fixmap.h>
H A Dhighmem.h6 #include <asm/fixmap.h>
/linux-master/arch/arm/kernel/
H A Dpatch.c9 #include <asm/fixmap.h>
22 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) argument
38 set_fixmap(fixmap, page_to_phys(page));
40 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK));
43 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) argument
45 clear_fixmap(fixmap);
51 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) argument
55 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) { } argument
H A Dsetup.c40 #include <asm/fixmap.h>
/linux-master/arch/arm/mm/
H A Ddump.c17 #include <asm/fixmap.h>
H A Dinit.c37 #include <asm/fixmap.h>
H A Dmmu.c37 #include <asm/fixmap.h>
380 * The early fixmap range spans multiple pmds, for which
402 /* Make sure fixmap region does not exceed available allocation. */
1372 * mappings above VMALLOC_START, except early fixmap, we might remove debug
H A Dphysaddr.c10 #include <asm/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>
H A Dpgtable.h36 #include <asm/fixmap.h>
H A Dvectors.h11 #include <asm/fixmap.h>
/linux-master/arch/arm64/kernel/
H A Dasm-offsets.c20 #include <asm/fixmap.h>
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);
H A Dsetup.c37 #include <asm/fixmap.h>
/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
H A Dinit.c38 #include <asm/fixmap.h>
H A Dmmu.c31 #include <asm/fixmap.h>
76 * Don't bother with the fixmap if swapper_pg_dir is still mapped
91 * our new entry before set_p?d() returns. The fixmap's
235 * Note: barriers and maintenance necessary to clear the fixmap slot
H A Dptdump.c22 #include <asm/fixmap.h>
/linux-master/arch/csky/include/asm/
H A Dfixmap.h27 #include <asm-generic/fixmap.h>
H A Dpgtable.h6 #include <asm/fixmap.h>
/linux-master/arch/csky/mm/
H A Dhighmem.c8 #include <asm/fixmap.h>

Completed in 549 milliseconds

12345