Searched refs:fixmap (Results 1 – 5 of 5) sorted by relevance
21 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() argument40 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() argument48 clear_fixmap(fixmap); in patch_unmap()
24 [fixmap start] - ffffffffff5fffff kernel-internal fixmap range50 [fixmap start] - ffffffffff5fffff kernel-internal fixmap range
92 static void __kprobes *patch_map(void *addr, int fixmap) in patch_map() argument106 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()110 static void __kprobes patch_unmap(int fixmap) in patch_unmap() argument112 clear_fixmap(fixmap); in patch_unmap()
42 cpu_entry_area' structure which is placed in the fixmap which gives
472 space for catering to vmalloc, modules, pkmap, fixmap. This however may