Searched refs:text_poke_copy (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/arch/um/kernel/ |
| H A D | um_arch.c | 475 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
|
| /linux-6.15/mm/ |
| H A D | execmem.c | 436 return text_poke_copy(dst, src, size); in execmem_update_copy()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | alternative.c | 2711 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
|
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3769 if (text_poke_copy(dst, src, len) == NULL) in bpf_arch_text_copy()
|