Symbol: type_state
drivers/infiniband/hw/ionic/ionic_controlpath.c
1344
.type_state = to_ionic_qp_type(attr->qp_type),
drivers/infiniband/hw/ionic/ionic_controlpath.c
1413
.type_state = state,
drivers/infiniband/hw/ionic/ionic_fw.h
666
__u8 type_state;
drivers/infiniband/hw/ionic/ionic_fw.h
776
__u8 type_state;
drivers/infiniband/hw/ionic/ionic_fw.h
812
__u8 type_state;
tools/perf/util/annotate-arch/annotate-powerpc.c
347
static void update_insn_state_powerpc(struct type_state *state,
tools/perf/util/annotate-arch/annotate-x86.c
207
static void update_insn_state_x86(struct type_state *state,
tools/perf/util/annotate-data.c
1086
static enum type_match_result check_matching_type(struct type_state *state,
tools/perf/util/annotate-data.c
1352
struct type_state state;
tools/perf/util/annotate-data.c
158
bool has_reg_type(struct type_state *state, int reg)
tools/perf/util/annotate-data.c
163
static void init_type_state(struct type_state *state, const struct arch *arch)
tools/perf/util/annotate-data.c
183
static void exit_type_state(struct type_state *state)
tools/perf/util/annotate-data.c
563
struct type_state_stack *find_stack_state(struct type_state *state,
tools/perf/util/annotate-data.c
616
struct type_state_stack *findnew_stack_state(struct type_state *state,
tools/perf/util/annotate-data.c
862
static void update_var_state(struct type_state *state, struct data_loc_info *dloc,
tools/perf/util/annotate-data.c
992
static void update_insn_state(struct type_state *state, struct data_loc_info *dloc,
tools/perf/util/annotate-data.h
249
bool has_reg_type(struct type_state *state, int reg);
tools/perf/util/annotate-data.h
250
struct type_state_stack *findnew_stack_state(struct type_state *state,
tools/perf/util/annotate-data.h
256
struct type_state_stack *find_stack_state(struct type_state *state,
tools/perf/util/disasm.h
17
struct type_state;
tools/perf/util/disasm.h
48
void (*update_insn_state)(struct type_state *state,