Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/
H A Dcheck.c2757 struct instruction *next_insn, in update_cfi_state() argument
2969 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state()
3224 struct instruction *next_insn, in handle_insn_ops() argument
3718 if (func && (!next_insn || !next_insn->hint)) { in validate_branch()
3726 if (func && (!next_insn || !next_insn->hint)) { in validate_branch()
3787 if (!next_insn) { in validate_branch()
3800 insn = next_insn; in validate_branch()
4501 struct instruction *insn, *next_insn; in validate_sls() local
4505 next_insn = next_insn_same_sec(file, insn); in validate_sls()
4512 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()
[all …]
/linux-6.15/arch/mips/include/asm/
H A Dinst.h79 mips_instruction next_insn; member
/linux-6.15/kernel/bpf/
H A Dverifier.c6566 next_insn); in check_max_stack_depth_subprog()
6582 i = next_insn; in check_max_stack_depth_subprog()
20202 next_insn: in resolve_pseudo_ldimm64()
21577 goto next_insn; in do_misc_fixups()
21612 goto next_insn; in do_misc_fixups()
21707 goto next_insn; in do_misc_fixups()
21737 goto next_insn; in do_misc_fixups()
21757 goto next_insn; in do_misc_fixups()
21810 goto next_insn; in do_misc_fixups()
21855 goto next_insn; in do_misc_fixups()
[all …]
/linux-6.15/arch/mips/math-emu/
H A Dcp1emu.c1016 ir = dec_insn.next_insn; /* process delay slot instr */ in cop1Emulate()
1249 ir = dec_insn.next_insn; in cop1Emulate()
2889 dec_insn.next_insn = (*instr_ptr << 16) | in fpu_emulator_cop1Handler()
2894 dec_insn.next_insn = (*instr_ptr << 16) | in fpu_emulator_cop1Handler()
2903 (get_user(dec_insn.next_insn, in fpu_emulator_cop1Handler()
/linux-6.15/arch/mips/kernel/
H A Dunaligned.c667 mminsn.next_insn = word; in emulate_load_store_microMIPS()
671 insn = (union mips_instruction)(mminsn.next_insn); in emulate_load_store_microMIPS()
H A Dbranch.c301 mminsn.next_insn = word; in __microMIPS_compute_return_epc()