Searched refs:text_poke_copy_locked (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/x86/include/asm/ |
D | text-patching.h | 48 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
|
/Linux-v6.6/arch/x86/kernel/ |
D | callthunks.c | 202 text_poke_copy_locked(pad, skl_call_thunk_template, tsize, true); in patch_dest()
|
D | alternative.c | 1927 void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, in text_poke_copy_locked() function 1963 addr = text_poke_copy_locked(addr, opcode, len, false); in text_poke_copy()
|