Searched refs:next_insn (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/objtool/ |
| H A D | check.c | 2860 struct instruction *next_insn, in update_cfi_state() argument 3086 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state() 3341 struct instruction *next_insn, in handle_insn_ops() argument 3350 ret = update_cfi_state(insn, next_insn, &state->cfi, op); in handle_insn_ops() 3754 struct instruction *prev_insn, struct instruction *next_insn, in validate_insn() argument 3859 if (handle_insn_ops(insn, next_insn, statep)) in validate_insn() 3930 if (func && (!next_insn || !next_insn->hint)) { in validate_insn() 3939 if (func && (!next_insn || !next_insn->hint)) { in validate_insn() 4017 struct instruction *next_insn, *prev_insn = NULL; in do_validate_branch() local 4026 next_insn = next_insn_to_validate(file, insn); in do_validate_branch() [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | inst.h | 79 mips_instruction next_insn; member
|
| /linux/arch/mips/kernel/ |
| H A 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()
|
| H A D | branch.c | 301 mminsn.next_insn = word; in __microMIPS_compute_return_epc()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 5403 int next_insn, sidx; in check_max_stack_depth_subprog() local 5429 next_insn = i + insn[i].imm + 1; in check_max_stack_depth_subprog() 5430 sidx = bpf_find_subprog(env, next_insn); in check_max_stack_depth_subprog() 5431 if (verifier_bug_if(sidx < 0, env, "callee not found at insn %d", next_insn)) in check_max_stack_depth_subprog() 5454 i = next_insn; in check_max_stack_depth_subprog() 18456 goto next_insn; in check_and_resolve_insns() 18463 goto next_insn; in check_and_resolve_insns() 18469 goto next_insn; in check_and_resolve_insns() 18539 next_insn: in check_and_resolve_insns()
|