Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dpatch.c20 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() argument
39 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() argument
47 clear_fixmap(fixmap); in patch_unmap()
/linux-4.4.14/arch/arm64/kernel/
Dinsn.c90 static void __kprobes *patch_map(void *addr, int fixmap) in patch_map() argument
104 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()
108 static void __kprobes patch_unmap(int fixmap) in patch_unmap() argument
110 clear_fixmap(fixmap); in patch_unmap()
/linux-4.4.14/arch/x86/
DKconfig1911 On 64-bit this is limited by how the kernel fixmap page table is