Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtext-patching.h39 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
/linux/arch/x86/kernel/
H A Dalternative.c2632 void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, in text_poke_copy_locked() function
2668 addr = text_poke_copy_locked(addr, opcode, len, false); in text_poke_copy()