Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtext-patching.h7 #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 Dtext-patching.h37 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 Dum_arch.c479 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
/linux/arch/x86/kernel/
H A Dalternative.c2715 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.c3942 if (text_poke_copy(dst, src, len) == NULL) in bpf_arch_text_copy()