Searched refs:fixmap (Results 1 – 3 of 3) sorted by relevance
20 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() argument39 set_fixmap(fixmap, page_to_phys(page)); in patch_map()41 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()44 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) in patch_unmap() argument47 clear_fixmap(fixmap); in patch_unmap()
90 static void __kprobes *patch_map(void *addr, int fixmap) in patch_map() argument104 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()108 static void __kprobes patch_unmap(int fixmap) in patch_unmap() argument110 clear_fixmap(fixmap); in patch_unmap()
1911 On 64-bit this is limited by how the kernel fixmap page table is