Searched refs:instrlen (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | alternative.c | 206 BUG_ON(a->instrlen > sizeof(insnbuf)); in apply_alternatives() 207 BUG_ON(a->instrlen & 0x3); in apply_alternatives() 210 nr_instr = a->instrlen / LOONGARCH_INSN_SIZE; in apply_alternatives() 215 a->feature, instr, a->instrlen, in apply_alternatives() 222 a->feature, instr, a->instrlen, in apply_alternatives()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | alternative.c | 37 if (unlikely(a->instrlen % 2)) { in __apply_alternatives() 43 s390_kernel_write(instr, replacement, a->instrlen); in __apply_alternatives()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | alternative.h | 15 u8 instrlen; /* length of original instruction */ member
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | alternative.h | 16 u8 instrlen; /* length of original instruction */ member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | alternative.c | 441 BUG_ON(a->instrlen > sizeof(insn_buff)); in apply_alternatives() 451 optimize_nops_inplace(instr, a->instrlen); in apply_alternatives() 459 instr, instr, a->instrlen, in apply_alternatives() 465 for (; insn_buff_sz < a->instrlen; insn_buff_sz++) in apply_alternatives() 468 apply_relocation(insn_buff, a->instrlen, instr, replacement, a->replacementlen); in apply_alternatives() 470 DUMP_BYTES(ALT, instr, a->instrlen, "%px: old_insn: ", instr); in apply_alternatives()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | alternative.h | 85 u8 instrlen; /* length of original instruction */ member
|