Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dalternative.c120 void text_poke_early(void *addr, const void *opcode, size_t len);
333 text_poke_early(instr, insn_buff, insn_buff_sz); in apply_alternatives()
504 text_poke_early(addr, bytes, len); in apply_retpolines()
687 text_poke_early(p->instr, insn_buff, p->len); in apply_paravirt()
866 void __init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function
1466 text_poke_early(addr, opcode, len); in text_poke_queue()
1492 text_poke_early(addr, opcode, len); in text_poke_bp()
A Dstatic_call.c54 return text_poke_early(insn, code, size); in __static_call_transform()
A Djump_label.c101 text_poke_early((void *)jump_entry_code(entry), jlp.code, jlp.size); in __jump_label_transform()
A Dftrace.c120 text_poke_early((void *)ip, new_code, MCOUNT_INSN_SIZE); in ftrace_modify_code_direct()
/linux/arch/x86/include/asm/
A Dtext-patching.h28 extern void text_poke_early(void *addr, const void *opcode, size_t len);

Completed in 12 milliseconds