Home
last modified time | relevance | path

Searched defs:text_poke_copy (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/include/linux/
Dtext-patching.h8 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.14.4/arch/x86/include/asm/
Dtext-patching.h38 #define text_poke_copy text_poke_copy macro
/linux-6.14.4/arch/um/kernel/
Dum_arch.c477 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function
/linux-6.14.4/arch/x86/kernel/
Dalternative.c2072 void *text_poke_copy(void *addr, const void *opcode, size_t len) in text_poke_copy() function