Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/kernel/
Dalternative.c186 unsigned int nr_instr, nr_repl, nr_insnbuf; in apply_alternatives() local
201 nr_insnbuf = 0; in apply_alternatives()
229 nr_insnbuf = nr_repl; in apply_alternatives()
233 nr_insnbuf += nr_instr - nr_repl; in apply_alternatives()
235 DUMP_WORDS(insnbuf, nr_insnbuf, "%px: final_insn: ", instr); in apply_alternatives()
237 text_poke_early(instr, insnbuf, nr_insnbuf); in apply_alternatives()