Home
last modified time | relevance | path

Searched refs:text_poke_copy_locked (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dtext-patching.h38 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
/linux-6.12.1/arch/x86/kernel/
Dcallthunks.c203 text_poke_copy_locked(pad, insn_buff, tsize, true); in patch_dest()
Dalternative.c2006 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()