Searched refs:next_insn (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/arch/mips/include/asm/ |
| D | inst.h | 79 mips_instruction next_insn; member
|
| /Linux-v5.15/tools/objtool/ |
| D | check.c | 2017 struct instruction *next_insn, in update_cfi_state() argument 2219 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state() 2472 struct instruction *next_insn, in handle_insn_ops() argument 2479 if (update_cfi_state(insn, next_insn, &state->cfi, op)) in handle_insn_ops() 2699 struct instruction *next_insn; in validate_branch() local 2707 next_insn = next_insn_to_validate(file, insn); in validate_branch() 2762 if (handle_insn_ops(insn, next_insn, &state)) in validate_branch() 2824 if (func && (!next_insn || !next_insn->hint)) { in validate_branch() 2879 if (!next_insn) { in validate_branch() 2886 insn = next_insn; in validate_branch()
|
| /Linux-v5.15/arch/ia64/kernel/ |
| D | unwind.c | 1722 struct unw_insn *ip, *limit, next_insn; in run_script() local 1731 next_insn = *ip; in run_script() 1734 opc = next_insn.opc; in run_script() 1735 dst = next_insn.dst; in run_script() 1736 val = next_insn.val; in run_script() 1737 next_insn = *ip; in run_script()
|
| /Linux-v5.15/arch/mips/math-emu/ |
| D | cp1emu.c | 1016 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-v5.15/arch/mips/kernel/ |
| D | unaligned.c | 625 mminsn.next_insn = word; in emulate_load_store_microMIPS() 629 insn = (union mips_instruction)(mminsn.next_insn); in emulate_load_store_microMIPS()
|
| D | branch.c | 301 mminsn.next_insn = word; in __microMIPS_compute_return_epc()
|
| /Linux-v5.15/kernel/bpf/ |
| D | verifier.c | 3688 int next_insn; in check_max_stack_depth() local 3697 next_insn = i + insn[i].imm + 1; in check_max_stack_depth() 3698 idx = find_subprog(env, next_insn); in check_max_stack_depth() 3701 next_insn); in check_max_stack_depth() 3712 i = next_insn; in check_max_stack_depth() 11522 goto next_insn; in resolve_pseudo_ldimm64() 11529 goto next_insn; in resolve_pseudo_ldimm64() 11535 goto next_insn; in resolve_pseudo_ldimm64() 11625 goto next_insn; in resolve_pseudo_ldimm64() 11652 next_insn: in resolve_pseudo_ldimm64()
|