Searched refs:text_poke_copy (Results 1 – 3 of 3) sorted by relevance
47 extern void *text_poke_copy(void *addr, const void *opcode, size_t len);
1251 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
2536 if (text_poke_copy(dst, src, len) == NULL) in bpf_arch_text_copy()