Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h48 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c197 text_poke_copy_locked(pad, skl_call_thunk_template, tsize, true); in patch_dest()
H A Dalternative.c1937 void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, in text_poke_copy_locked() function
1973 addr = text_poke_copy_locked(addr, opcode, len, false); in text_poke_copy()