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.c2667 void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, in text_poke_copy()
2703 addr = text_poke_copy_locked(addr, opcode, len, false);
2632 void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, text_poke_copy_locked() function