Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kernel/
Dpatch.c21 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() argument
40 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
42 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()
45 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) in patch_unmap() argument
48 clear_fixmap(fixmap); in patch_unmap()
/Linux-v4.19/Documentation/x86/x86_64/
Dmm.txt24 [fixmap start] - ffffffffff5fffff kernel-internal fixmap range
50 [fixmap start] - ffffffffff5fffff kernel-internal fixmap range
/Linux-v4.19/arch/arm64/kernel/
Dinsn.c92 static void __kprobes *patch_map(void *addr, int fixmap) in patch_map() argument
106 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()
110 static void __kprobes patch_unmap(int fixmap) in patch_unmap() argument
112 clear_fixmap(fixmap); in patch_unmap()
/Linux-v4.19/Documentation/x86/
Dpti.txt42 cpu_entry_area' structure which is placed in the fixmap which gives
/Linux-v4.19/arch/arc/
DKconfig472 space for catering to vmalloc, modules, pkmap, fixmap. This however may