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

12345

/linux-master/arch/hexagon/include/asm/
H A Dfixmap.h12 * A lot of the fixmap info is already in mem-layout.h
16 #include <asm-generic/fixmap.h>
/linux-master/arch/parisc/mm/
H A DMakefile6 obj-y := init.o fault.o ioremap.o fixmap.o
H A Dfixmap.c11 #include <asm/fixmap.h>
/linux-master/arch/parisc/kernel/
H A Dpatch.c15 #include <asm/fixmap.h>
26 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags, argument
42 set_fixmap(fixmap, page_to_phys(page));
45 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK));
48 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) argument
50 clear_fixmap(fixmap);
60 u32 *p, *fixmap; local
68 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, &mapped);
79 flush_kernel_dcache_range_asm((unsigned long)fixmap,
81 flush_tlb_kernel_range((unsigned long)fixmap,
[all...]
/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
/linux-master/arch/um/include/asm/
H A Dfixmap.h23 * physical memory with fixmap indices.
30 * on UP currently we will have no trace of the fixmap mechanizm,
46 * the start of the fixmap, and leave one page empty
54 #include <asm-generic/fixmap.h>
/linux-master/arch/mips/mm/
H A Dhighmem.c8 #include <asm/fixmap.h>
/linux-master/arch/loongarch/include/asm/
H A Dfixmap.h3 * fixmap.h: compile-time virtual memory allocation
26 #include <asm-generic/fixmap.h>
/linux-master/arch/openrisc/include/asm/
H A Dfixmap.h34 * It's not really 'fixmap', per se, but fits loosely into the same
53 #include <asm-generic/fixmap.h>
/linux-master/arch/xtensa/include/asm/
H A Dfixmap.h2 * fixmap.h: compile-time virtual memory allocation
35 #include <asm-generic/fixmap.h>
/linux-master/arch/csky/include/asm/
H A Dfixmap.h27 #include <asm-generic/fixmap.h>
/linux-master/arch/mips/include/asm/
H A Dfixmap.h2 * fixmap.h: compile-time virtual memory allocation
36 * physical memory with fixmap indices.
43 * on UP currently we will have no trace of the fixmap mechanizm,
64 * the start of the fixmap, and leave one page empty
70 #include <asm-generic/fixmap.h>
/linux-master/arch/microblaze/include/asm/
H A Dhighmem.h26 #include <asm/fixmap.h>
H A Dfixmap.h3 * fixmap.h: compile-time virtual memory allocation
41 * physical memory with fixmap indices.
63 #include <asm-generic/fixmap.h>
/linux-master/arch/sh/include/asm/
H A Dfixmap.h3 * fixmap.h: compile-time virtual memory allocation
30 * physical memory with fixmap indices.
37 * on UP currently we will have no trace of the fixmap mechanizm,
75 * the start of the fixmap, and leave one page empty
84 #include <asm-generic/fixmap.h>
/linux-master/arch/x86/include/asm/
H A Dhighmem.h28 #include <asm/fixmap.h>
/linux-master/arch/openrisc/mm/
H A Dioremap.c18 #include <asm/fixmap.h>
/linux-master/arch/arm64/include/asm/
H A Dvectors.h11 #include <asm/fixmap.h>
/linux-master/arch/x86/xen/
H A Dsuspend_pv.c7 #include <asm/fixmap.h>
/linux-master/arch/arm/include/asm/
H A Dhighmem.h6 #include <asm/fixmap.h>
H A Dfixmap.h59 #include <asm-generic/fixmap.h>
/linux-master/arch/csky/mm/
H A Dhighmem.c8 #include <asm/fixmap.h>
/linux-master/arch/powerpc/include/asm/
H A Dhighmem.h29 #include <asm/fixmap.h>
/linux-master/arch/riscv/include/asm/
H A Dfixmap.h21 * set_fixmap(idx,phys) to associate physical memory with fixmap indices.
26 * The fdt fixmap mapping must be PMD aligned and will be mapped
64 #include <asm-generic/fixmap.h>
/linux-master/arch/arm/mm/
H A Dphysaddr.c10 #include <asm/fixmap.h>

Completed in 180 milliseconds

12345