Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dalternative.c31 instr = (u8 *)&a->instr_offset + a->instr_offset; in __apply_alternatives()
/openbmc/linux/arch/loongarch/kernel/
H A Dalternative.c203 instr = (void *)&a->instr_offset + a->instr_offset; in apply_alternatives()
/openbmc/linux/arch/s390/include/asm/
H A Dalternative.h12 s32 instr_offset; /* original instruction */ member
/openbmc/linux/arch/loongarch/include/asm/
H A Dalternative.h13 s32 instr_offset; /* offset to original instruction */ member
/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h74 s32 instr_offset; /* original instruction */ member
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c439 instr = (u8 *)&a->instr_offset + a->instr_offset; in apply_alternatives()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c2354 unsigned int instr_offset = ctx->subop.first_instr_start_off; in nand_op_parser_match_pat() local
2383 &instr_offset)) { in nand_op_parser_match_pat()
2391 instr_offset = 0; in nand_op_parser_match_pat()
2418 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat()