Searched refs:text_poke_memcpy (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | patching.c | 135 static void text_poke_memcpy(void *dst, void *src, size_t patched, size_t len) in text_poke_memcpy() function 161 return __text_poke(text_poke_memcpy, dst, src, len); in aarch64_insn_copy()
|
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 2516 static void text_poke_memcpy(void *dst, const void *src, size_t len) in text_poke_memcpy() function 2627 if (func == text_poke_memcpy) { in __text_poke() 2660 return __text_poke(text_poke_memcpy, addr, opcode, len); in text_poke() 2679 return __text_poke(text_poke_memcpy, addr, opcode, len); in text_poke_kgdb() 2697 __text_poke(text_poke_memcpy, (void *)ptr, opcode + patched, s); in text_poke_copy_locked()
|