Searched refs:text_poke_copy_locked (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | text-patching.h | 48 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
|
/openbmc/linux/arch/x86/kernel/ |
H A D | callthunks.c | 197 text_poke_copy_locked(pad, skl_call_thunk_template, tsize, true); in patch_dest()
|
H A D | alternative.c | 1937 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()
|