Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/arch/um/kernel/
H A Dum_arch.c475 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
/linux-6.15/mm/
H A Dexecmem.c436 return text_poke_copy(dst, src, size); in execmem_update_copy()
/linux-6.15/arch/x86/kernel/
H A Dalternative.c2711 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 Dbpf_jit_comp.c3769 if (text_poke_copy(dst, src, len) == NULL) in bpf_arch_text_copy()