Searched refs:next_insn (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/tools/objtool/ |
D | check.c | 2588 struct instruction *next_insn, in update_cfi_state() argument 2790 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state() 3048 struct instruction *next_insn, in handle_insn_ops() argument 3055 if (update_cfi_state(insn, next_insn, &state->cfi, op)) in handle_insn_ops() 3328 struct instruction *next_insn, *prev_insn = NULL; in validate_branch() local 3336 next_insn = next_insn_to_validate(file, insn); in validate_branch() 3434 if (handle_insn_ops(insn, next_insn, &state)) in validate_branch() 3496 if (func && (!next_insn || !next_insn->hint)) { in validate_branch() 3551 if (!next_insn) { in validate_branch() 3559 insn = next_insn; in validate_branch() [all …]
|
/Linux-v6.1/arch/mips/include/asm/ |
D | inst.h | 79 mips_instruction next_insn; member
|
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/kernel/bpf/ |
D | verifier.c | 4278 int next_insn; in check_max_stack_depth() local 4287 next_insn = i + insn[i].imm + 1; in check_max_stack_depth() 4288 idx = find_subprog(env, next_insn); in check_max_stack_depth() 4291 next_insn); in check_max_stack_depth() 4302 i = next_insn; in check_max_stack_depth() 12786 goto next_insn; in resolve_pseudo_ldimm64() 12793 goto next_insn; in resolve_pseudo_ldimm64() 12799 goto next_insn; in resolve_pseudo_ldimm64() 12889 goto next_insn; in resolve_pseudo_ldimm64() 12916 next_insn: in resolve_pseudo_ldimm64()
|