Searched refs:text_poke_copy_locked (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 39 extern void *text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok);
|
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 2667 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
|