Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dalternative.c165 void text_poke_early(void *addr, const void *opcode, size_t len);
474 text_poke_early(instr, insn_buff, insn_buff_sz); in apply_alternatives()
706 text_poke_early(addr, bytes, len); in apply_retpolines()
778 text_poke_early(addr, bytes, len); in apply_returns()
816 text_poke_early(addr, &poison, 4); in poison_endbr()
1014 text_poke_early(addr, jmp, 2); in cfi_disable_callers()
1037 text_poke_early(addr, mov, 2); in cfi_enable_callers()
1058 text_poke_early(addr + 1, &hash, 4); in cfi_rand_preamble()
1077 text_poke_early(addr, fineibt_preamble_start, fineibt_preamble_size); in cfi_rewrite_preamble()
1079 text_poke_early(addr + fineibt_preamble_hash, &hash, 4); in cfi_rewrite_preamble()
[all …]
H A Djump_label.c101 text_poke_early((void *)jump_entry_code(entry), jlp.code, jlp.size); in __jump_label_transform()
H A Dstatic_call.c109 return text_poke_early(insn, code, size); in __static_call_transform()
H A Dcallthunks.c223 text_poke_early(addr, bytes, CALL_INSN_SIZE); in patch_call()
H A Dftrace.c123 text_poke_early((void *)ip, new_code, MCOUNT_INSN_SIZE); in ftrace_modify_code_direct()
/openbmc/linux/arch/loongarch/kernel/
H A Dalternative.c157 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()
/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h28 extern void text_poke_early(void *addr, const void *opcode, size_t len);