Searched refs:__text_poke (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/kernel/ |
D | patching.c | 110 static void *__text_poke(text_poke_f func, void *addr, void *src, size_t len) in __text_poke() function 164 return __text_poke(text_poke_memcpy, dst, src, len); in aarch64_insn_copy() 180 return __text_poke(text_poke_memset, dst, &insn, len); in aarch64_insn_set()
|
/linux-6.12.1/arch/x86/kernel/ |
D | alternative.c | 1858 static void *__text_poke(text_poke_f func, void *addr, const void *src, size_t len) in __text_poke() function 1984 return __text_poke(text_poke_memcpy, addr, opcode, len); in text_poke() 2003 return __text_poke(text_poke_memcpy, addr, opcode, len); in text_poke_kgdb() 2021 __text_poke(text_poke_memcpy, (void *)ptr, opcode + patched, s); in text_poke_copy_locked() 2071 __text_poke(text_poke_memset, (void *)ptr, (void *)&c, s); in text_poke_set()
|