Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dalternative.c207 BUG_ON(a->instrlen > sizeof(insnbuf)); in apply_alternatives()
208 BUG_ON(a->instrlen & 0x3); in apply_alternatives()
211 nr_instr = a->instrlen / LOONGARCH_INSN_SIZE; in apply_alternatives()
216 a->feature, instr, a->instrlen, in apply_alternatives()
223 a->feature, instr, a->instrlen, in apply_alternatives()
/linux/arch/loongarch/include/asm/
H A Dalternative.h16 u8 instrlen; /* length of original instruction */ member
/linux/arch/s390/include/asm/
H A Dalternative.h71 u8 instrlen; /* length of original instruction */ member
/linux/arch/x86/include/asm/
H A Dtext-patching.h18 extern void text_poke_apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, …