Searched refs:insn_end (Results 1 – 6 of 6) sorted by relevance
93 insn_end = site + kcore_insn.size - 1 # TODO handle Jcc.32 __x86_indirect_thunk_\reg variable94 safe_site = insn_end & 0x20101 if (site & 0x20) ^ (insn_end & 0x20):
91 insn_end = site + kcore_insn.size - 1 variable93 safe_site = insn_end & 0x20
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()
647 struct bpf_insn *buf = NULL, *insn, *insn_end; in match_program() 688 insn_end = buf + cnt; in match_program() 690 while (insn < insn_end) { in match_program() 648 struct bpf_insn *buf = NULL, *insn, *insn_end; match_program() local
1145 struct bpf_insn *insn_start = NULL, *insn, *insn_end; in process_subtest() 1157 insn_end = insn_start + insns_cnt; in process_subtest() 1159 while (insn < insn_end) { in process_subtest() 904 struct bpf_insn *insn_start = NULL, *insn, *insn_end; get_xlated_program_text() local
397 unsigned char *insn_end, in dwarf_cfa_execute_insns() argument410 while (current_insn < insn_end && frame->pc <= pc) { in dwarf_cfa_execute_insns()