Home
last modified time | relevance | path

Searched refs:insn_end (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/bpf/bpftool/
Dxlated_dumper.c381 struct bpf_insn *insn_end = buf_end; in dump_xlated_for_graph() local
387 for (; cur <= insn_end; cur++) { in dump_xlated_for_graph()
424 if (double_insn && cur <= insn_end - 1) { in dump_xlated_for_graph()
431 if (cur != insn_end) in dump_xlated_for_graph()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c646 struct bpf_insn *buf = NULL, *insn, *insn_end; in match_program() local
687 insn_end = buf + cnt; in match_program()
689 while (insn < insn_end) { in match_program()
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_loader.c851 struct bpf_insn *insn_start = NULL, *insn, *insn_end; in get_xlated_program_text() local
863 insn_end = insn_start + insns_cnt; in get_xlated_program_text()
865 while (insn < insn_end) { in get_xlated_program_text()
/linux-6.12.1/arch/sh/kernel/
Ddwarf.c397 unsigned char *insn_end, in dwarf_cfa_execute_insns() argument
410 while (current_insn < insn_end && frame->pc <= pc) { in dwarf_cfa_execute_insns()
/linux-6.12.1/kernel/bpf/
Dcore.c220 u32 linfo_idx, insn_start, insn_end, nr_linfo, i; in bpf_prog_fill_jited_linfo() local
231 insn_end = insn_start + prog->len; in bpf_prog_fill_jited_linfo()
238 for (i = 1; i < nr_linfo && linfo[i].insn_off < insn_end; i++) in bpf_prog_fill_jited_linfo()