Searched refs:insn_end (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | its_indirect_alignment.py | 93 insn_end = site + kcore_insn.size - 1 # TODO handle Jcc.32 __x86_indirect_thunk_\reg variable 94 safe_site = insn_end & 0x20 101 if (site & 0x20) ^ (insn_end & 0x20):
|
| H A D | its_ret_alignment.py | 91 insn_end = site + kcore_insn.size - 1 variable 93 safe_site = insn_end & 0x20
|
| /linux/tools/bpf/bpftool/ |
| H A D | xlated_dumper.c | 381 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 648 struct bpf_insn *buf = NULL, *insn, *insn_end; in match_program() local 689 insn_end = buf + cnt; in match_program() 691 while (insn < insn_end) { in match_program()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 1086 struct bpf_insn *insn_start = NULL, *insn, *insn_end; in run_subtest() 1098 insn_end = insn_start + insns_cnt; in run_subtest() 1100 while (insn < insn_end) { in run_subtest() 904 struct bpf_insn *insn_start = NULL, *insn, *insn_end; get_xlated_program_text() local
|
| /linux/arch/sh/kernel/ |
| H A D | dwarf.c | 397 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/kernel/bpf/ |
| H A D | core.c | 231 u32 linfo_idx, insn_start, insn_end, nr_linfo, i; in bpf_prog_fill_jited_linfo() local 242 insn_end = insn_start + prog->len; in bpf_prog_fill_jited_linfo() 249 for (i = 1; i < nr_linfo && linfo[i].insn_off < insn_end; i++) in bpf_prog_fill_jited_linfo() 3320 int idx = -1, insn_start, insn_end, len; in bpf_prog_get_file_line() local 3338 insn_end = insn_start + len; in bpf_prog_get_file_line() 3342 linfo[i].insn_off >= insn_start && linfo[i].insn_off < insn_end; i++) { in bpf_prog_get_file_line()
|