Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcflow.c300 struct qemu_plugin_insn *first_insn = qemu_plugin_tb_get_insn(tb, 0); in vcpu_tb_trans() local
318 qemu_plugin_register_vcpu_insn_exec_inline_per_vcpu(first_insn, in vcpu_tb_trans()
321 qemu_plugin_register_vcpu_insn_exec_inline_per_vcpu(first_insn, in vcpu_tb_trans()
/openbmc/linux/tools/objtool/include/objtool/
H A Dcheck.h30 struct instruction *first_insn, *last_insn, *nop; member
/openbmc/linux/tools/objtool/
H A Dorc_gen.c157 alt_group->first_insn->offset; in alt_group_len()
H A Dcheck.c161 insn_jump_table(alt_group->orig_group->first_insn); in is_jump_table_jump()
1760 orig_alt_group->first_insn = orig_insn; in handle_group_alt()
1765 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()
1769 orig_alt_group->first_insn->offset, in handle_group_alt()
1863 new_alt_group->first_insn = *new_insn; in handle_group_alt()
3239 group_off = insn->offset - insn->alt_group->first_insn->offset; in propagate_alt_cfi()
3246 struct instruction *orig = orig_group->first_insn; in propagate_alt_cfi()
/openbmc/linux/net/core/
H A Dfilter.c566 struct bpf_insn *new_insn, *first_insn = NULL; in bpf_convert_filter() local
578 first_insn = new_prog->insnsi; in bpf_convert_filter()
586 new_insn = first_insn; in bpf_convert_filter()
626 addrs[i] = new_insn - first_insn; in bpf_convert_filter()
884 *new_len = new_insn - first_insn; in bpf_convert_filter()
891 if (new_flen != new_insn - first_insn) { in bpf_convert_filter()
892 new_flen = new_insn - first_insn; in bpf_convert_filter()