Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dtext-patching.h48 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
/Linux-v6.6/arch/x86/kernel/
Dcallthunks.c202 text_poke_copy_locked(pad, skl_call_thunk_template, tsize, true); in patch_dest()
Dalternative.c1927 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()