Searched refs:text_poke_copy (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | text-patching.h | 7 #ifndef text_poke_copy 8 static inline void *text_poke_copy(void *dst, const void *src, size_t len) in text_poke_copy() function 12 #define text_poke_copy text_poke_copy macro
|
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 37 extern void *text_poke_copy(void *addr, const void *opcode, size_t len); 38 #define text_poke_copy text_poke_copy macro
|
| /linux/arch/um/kernel/ |
| H A D | um_arch.c | 479 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
|
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 2715 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3942 if (text_poke_copy(dst, src, len) == NULL) in bpf_arch_text_copy()
|