Home
last modified time | relevance | path

Searched refs:text_poke_early (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c276 void text_poke_early(void *addr, const void *opcode, size_t len);
489 text_poke_early(instr, insn_buff, insn_buff_sz); in apply_alternatives()
660 text_poke_early(addr, bytes, len); in apply_retpolines()
725 text_poke_early(addr, bytes, len); in apply_returns()
912 text_poke_early(p->instr, insn_buff, p->len); in apply_paravirt()
1054 void __init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function
1674 text_poke_early(addr, opcode, len); in text_poke_queue()
1700 text_poke_early(addr, opcode, len); in text_poke_bp()
H A Dstatic_call.c54 return text_poke_early(insn, code, size); in __static_call_transform()
H A Djump_label.c79 text_poke_early((void *)jump_entry_code(entry), opcode, in __jump_label_transform()
H A Dftrace.c121 text_poke_early((void *)ip, new_code, MCOUNT_INSN_SIZE); in ftrace_modify_code_direct()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtext-patching.h28 extern void text_poke_early(void *addr, const void *opcode, size_t len);