Searched refs:text_poke_copy_locked (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/ |
D | text-patching.h | 38 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
|
/linux-6.12.1/arch/x86/kernel/ |
D | callthunks.c | 203 text_poke_copy_locked(pad, insn_buff, tsize, true); in patch_dest()
|
D | alternative.c | 2006 void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, in text_poke_copy_locked() function 2042 addr = text_poke_copy_locked(addr, opcode, len, false); in text_poke_copy()
|