Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtext-patching.h37 extern void *text_poke_copy(void *addr, const void *opcode, size_t len);
/linux/arch/x86/kernel/
H A Dalternative.c2039 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3410 if (text_poke_copy(dst, src, len) == NULL) in bpf_arch_text_copy()