Searched refs:next_insn (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/mips/include/asm/ |
D | inst.h | 79 mips_instruction next_insn; member
|
/linux-6.12.1/tools/objtool/ |
D | check.c | 2891 struct instruction *next_insn, in update_cfi_state() argument 3103 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state() 3359 struct instruction *next_insn, in handle_insn_ops() argument 3366 if (update_cfi_state(insn, next_insn, &state->cfi, op)) in handle_insn_ops() 3648 struct instruction *next_insn, *prev_insn = NULL; in validate_branch() local 3656 next_insn = next_insn_to_validate(file, insn); in validate_branch() 3763 if (handle_insn_ops(insn, next_insn, &state)) in validate_branch() 3823 if (func && (!next_insn || !next_insn->hint)) { in validate_branch() 3877 if (!next_insn) { in validate_branch() 3885 insn = next_insn; in validate_branch() [all …]
|
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 6054 int next_insn, sidx; in check_max_stack_depth_subprog() local 6084 next_insn = i + insn[i].imm + 1; in check_max_stack_depth_subprog() 6085 sidx = find_subprog(env, next_insn); in check_max_stack_depth_subprog() 6088 next_insn); in check_max_stack_depth_subprog() 6104 i = next_insn; in check_max_stack_depth_subprog() 19014 goto next_insn; in resolve_pseudo_ldimm64() 19021 goto next_insn; in resolve_pseudo_ldimm64() 19027 goto next_insn; in resolve_pseudo_ldimm64() 19108 goto next_insn; in resolve_pseudo_ldimm64() 19139 next_insn: in resolve_pseudo_ldimm64() [all …]
|
/linux-6.12.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-6.12.1/arch/mips/kernel/ |
D | unaligned.c | 667 mminsn.next_insn = word; in emulate_load_store_microMIPS() 671 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()
|