Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dalternative.c273 void text_poke_early(void *addr, const void *opcode, size_t len);
438 text_poke_early(instr, insn_buff, insn_buff_sz); in apply_alternatives()
614 text_poke_early(p->instr, insn_buff, p->len); in apply_paravirt()
762 void __init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() function
1362 text_poke_early(addr, opcode, len); in text_poke_queue()
1388 text_poke_early(addr, opcode, len); in text_poke_bp()
Dstatic_call.c42 return text_poke_early(insn, code, size); in __static_call_transform()
Djump_label.c79 text_poke_early((void *)jump_entry_code(entry), opcode, in __jump_label_transform()
Dftrace.c120 text_poke_early((void *)ip, new_code, MCOUNT_INSN_SIZE); in ftrace_modify_code_direct()
/Linux-v5.10/arch/x86/include/asm/
Dtext-patching.h28 extern void text_poke_early(void *addr, const void *opcode, size_t len);