Home
last modified time | relevance | path

Searched refs:text_poke_queue (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Djump_label.c117 text_poke_queue((void *)jump_entry_code(entry), in arch_jump_label_transform_queue()
H A Dftrace.c119 text_poke_queue((void *)ip, new_code, MCOUNT_INSN_SIZE, NULL); in ftrace_modify_code_direct()
245 text_poke_queue((void *)rec->ip, new, MCOUNT_INSN_SIZE, NULL); in ftrace_replace_code()
H A Dalternative.c1669 void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_queue() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtext-patching.h50 extern void text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate);