Searched refs:instrlen (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | alternative.c | 207 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 D | alternative.h | 16 u8 instrlen; /* length of original instruction */ member
|
| /linux/arch/s390/include/asm/ |
| H A D | alternative.h | 71 u8 instrlen; /* length of original instruction */ member
|
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 18 extern void text_poke_apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, …
|