Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dalternative.c122 void text_poke_early(void *addr, const void *opcode, size_t len);
335 text_poke_early(instr, insn_buff, insn_buff_sz); in apply_alternatives()
515 text_poke_early(addr, bytes, len); in apply_retpolines()
580 text_poke_early(addr, bytes, len); in apply_returns()
621 text_poke_early(addr, &poison, 4); in apply_ibt_endbr()
803 text_poke_early(p->instr, insn_buff, p->len); in apply_paravirt()
984 void __init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function
1685 text_poke_early(addr, opcode, len); in text_poke_queue()
1711 text_poke_early(addr, opcode, len); in text_poke_bp()
Dstatic_call.c65 return text_poke_early(insn, code, size); in __static_call_transform()
Djump_label.c101 text_poke_early((void *)jump_entry_code(entry), jlp.code, jlp.size); in __jump_label_transform()
Dftrace.c119 text_poke_early((void *)ip, new_code, MCOUNT_INSN_SIZE); in ftrace_modify_code_direct()
/linux-6.1.9/arch/x86/include/asm/
Dtext-patching.h28 extern void text_poke_early(void *addr, const void *opcode, size_t len);