Searched refs:text_poke_early (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 667 text_poke_early(ps->instr, ps->buff, ps->len); in patch_site() 1021 text_poke_early(addr, bytes, len); in apply_retpolines() 1108 text_poke_early(addr, bytes, len); in apply_returns() 1167 text_poke_early(addr, &poison, 4); in poison_endbr() 1512 text_poke_early(addr, jmp, 2); in cfi_disable_callers() 1535 text_poke_early(addr, mov, 2); in cfi_enable_callers() 1556 text_poke_early(addr + 1, &hash, 4); in cfi_rand_preamble() 1601 text_poke_early(addr + fineibt_preamble_bhi, in cfi_fineibt_bhi_preamble() 1622 text_poke_early(addr + fineibt_preamble_bhi, bytes, 7); in cfi_fineibt_bhi_preamble() 1656 text_poke_early(addr, fineibt_preamble_start, fineibt_preamble_size); in cfi_rewrite_preamble() [all …]
|
| H A D | static_call.c | 117 return text_poke_early(insn, code, size); in __static_call_transform()
|
| /linux/arch/loongarch/kernel/ |
| H A D | alternative.c | 158 static void *__init_or_module text_poke_early(union loongarch_instruction *insn, in text_poke_early() function 238 text_poke_early(instr, insnbuf, nr_insnbuf); in apply_alternatives()
|
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 16 extern void text_poke_early(void *addr, const void *opcode, size_t len);
|