Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dfixups.c1550 goto next_insn; in bpf_do_misc_fixups()
1583 goto next_insn; in bpf_do_misc_fixups()
1674 goto next_insn; in bpf_do_misc_fixups()
1685 goto next_insn; in bpf_do_misc_fixups()
1704 goto next_insn; in bpf_do_misc_fixups()
1724 goto next_insn; in bpf_do_misc_fixups()
1739 goto next_insn; in bpf_do_misc_fixups()
1777 goto next_insn; in bpf_do_misc_fixups()
1822 goto next_insn; in bpf_do_misc_fixups()
1843 goto next_insn; in bpf_do_misc_fixups()
[all …]
H A Dverifier.c5368 int next_insn, sidx; in check_max_stack_depth_subprog() local
5394 next_insn = i + insn[i].imm + 1; in check_max_stack_depth_subprog()
5395 sidx = bpf_find_subprog(env, next_insn); in check_max_stack_depth_subprog()
5396 if (verifier_bug_if(sidx < 0, env, "callee not found at insn %d", next_insn)) in check_max_stack_depth_subprog()
5415 i = next_insn; in check_max_stack_depth_subprog()
19057 goto next_insn; in check_and_resolve_insns()
19064 goto next_insn; in check_and_resolve_insns()
19070 goto next_insn; in check_and_resolve_insns()
19136 next_insn: in check_and_resolve_insns()
/linux/tools/objtool/
H A Dcheck.c2841 struct instruction *next_insn, in update_cfi_state() argument
3067 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state()
3322 struct instruction *next_insn, in handle_insn_ops() argument
3331 ret = update_cfi_state(insn, next_insn, &state->cfi, op); in handle_insn_ops()
3653 struct instruction *prev_insn, struct instruction *next_insn, in validate_insn() argument
3758 if (handle_insn_ops(insn, next_insn, statep)) in validate_insn()
3829 if (func && (!next_insn || !next_insn->hint)) { in validate_insn()
3838 if (func && (!next_insn || !next_insn->hint)) { in validate_insn()
3916 struct instruction *next_insn, *prev_insn = NULL; in do_validate_branch() local
3925 next_insn = next_insn_to_validate(file, insn); in do_validate_branch()
[all …]
/linux/arch/mips/include/asm/
H A Dinst.h79 mips_instruction next_insn; member
/linux/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()