Home
last modified time | relevance | path

Searched refs:fixmap (Results 1 – 8 of 8) sorted by relevance

/arch/parisc/kernel/
A Dpatch.c42 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
45 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()
48 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) in patch_unmap() argument
50 clear_fixmap(fixmap); in patch_unmap()
60 u32 *p, *fixmap; in __patch_text_multiple() local
68 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, &mapped); in __patch_text_multiple()
79 flush_kernel_dcache_range_asm((unsigned long)fixmap, in __patch_text_multiple()
81 flush_tlb_kernel_range((unsigned long)fixmap, in __patch_text_multiple()
85 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, in __patch_text_multiple()
90 flush_kernel_dcache_range_asm((unsigned long)fixmap, (unsigned long)p); in __patch_text_multiple()
[all …]
/arch/arm/kernel/
A Dpatch.c22 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() argument
38 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
40 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()
43 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) in patch_unmap() argument
45 clear_fixmap(fixmap); in patch_unmap()
51 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() argument
55 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) { } in patch_unmap() argument
/arch/arm64/kernel/
A Dpatching.c31 static void __kprobes *patch_map(void *addr, int fixmap) in patch_map() argument
43 return (void *)set_fixmap_offset(fixmap, phys); in patch_map()
46 static void __kprobes patch_unmap(int fixmap) in patch_unmap() argument
48 clear_fixmap(fixmap); in patch_unmap()
/arch/riscv/kernel/
A Dpatch.c42 static __always_inline void *patch_map(void *addr, const unsigned int fixmap) in patch_map() argument
56 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()
60 static void patch_unmap(int fixmap) in patch_unmap() argument
62 clear_fixmap(fixmap); in patch_unmap()
/arch/parisc/mm/
A DMakefile6 obj-y := init.o fault.o ioremap.o fixmap.o
/arch/arm64/mm/
A DMakefile5 context.o proc.o pageattr.o fixmap.o
/arch/arc/
A DKconfig491 space for catering to vmalloc, modules, pkmap, fixmap. This however may
/arch/arm/
A DKconfig1072 debugging is enabled, which uses half of the per-CPU fixmap

Completed in 13 milliseconds