Home
last modified time | relevance | path

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

/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()
/linux/arch/x86/kernel/
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.c230 text_poke_early(addr, bytes, CALL_INSN_SIZE); in patch_call()