Searched refs:text_poke_early (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/x86/kernel/ |
| H A D | alternative.c | 674 text_poke_early(instr, insn_buff, a->instrlen); in apply_alternatives() 702 text_poke_early(instr, insn_buff, insn_buff_sz); in apply_alternatives() 998 text_poke_early(addr, bytes, len); in apply_retpolines() 1085 text_poke_early(addr, bytes, len); in apply_returns() 1144 text_poke_early(addr, &poison, 4); in poison_endbr() 1511 text_poke_early(addr, jmp, 2); in cfi_disable_callers() 1534 text_poke_early(addr, mov, 2); in cfi_enable_callers() 1555 text_poke_early(addr + 1, &hash, 4); in cfi_rand_preamble() 1601 text_poke_early(addr + fineibt_preamble_bhi, in cfi_fineibt_bhi_preamble() 1672 text_poke_early(addr + 2, &hash, 4); in cfi_rand_callers() [all …]
|
| H A D | jump_label.c | 101 text_poke_early((void *)jump_entry_code(entry), jlp.code, jlp.size); in __jump_label_transform()
|
| H A D | static_call.c | 109 return text_poke_early(insn, code, size); in __static_call_transform()
|
| H A D | callthunks.c | 229 text_poke_early(addr, bytes, CALL_INSN_SIZE); in patch_call()
|
| H A D | ftrace.c | 124 text_poke_early((void *)ip, new_code, MCOUNT_INSN_SIZE); in ftrace_modify_code_direct()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | alternative.c | 157 static void *__init_or_module text_poke_early(union loongarch_instruction *insn, in text_poke_early() function 237 text_poke_early(instr, insnbuf, nr_insnbuf); in apply_alternatives()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | text-patching.h | 16 extern void text_poke_early(void *addr, const void *opcode, size_t len);
|