Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/arm64/kernel/
Dinsn.c82 static void __kprobes *patch_map(void *addr, int fixmap) in patch_map() argument
96 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
98 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()
101 static void __kprobes patch_unmap(int fixmap) in patch_unmap() argument
103 clear_fixmap(fixmap); in patch_unmap()
/linux-4.1.27/arch/x86/
DKconfig1886 On 64-bit this is limited by how the kernel fixmap page table is