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
217
static void update_insn_state_x86(struct type_state *state,
tools/perf/util/annotate-data.c
1015
static void update_insn_state(struct type_state *state, struct data_loc_info *dloc,
tools/perf/util/annotate-data.c
1109
static enum type_match_result check_matching_type(struct type_state *state,
tools/perf/util/annotate-data.c
1383
struct type_state state;
tools/perf/util/annotate-data.c
159
bool has_reg_type(struct type_state *state, int reg)
tools/perf/util/annotate-data.c
164
static void init_type_state(struct type_state *state, const struct arch *arch)
tools/perf/util/annotate-data.c
184
static void exit_type_state(struct type_state *state)
tools/perf/util/annotate-data.c
568
struct type_state_stack *find_stack_state(struct type_state *state,
tools/perf/util/annotate-data.c
621
struct type_state_stack *findnew_stack_state(struct type_state *state,
tools/perf/util/annotate-data.c
873
static void update_var_state(struct type_state *state, struct data_loc_info *dloc,
tools/perf/util/annotate-data.h
252
bool has_reg_type(struct type_state *state, int reg);
tools/perf/util/annotate-data.h
253
struct type_state_stack *findnew_stack_state(struct type_state *state,
tools/perf/util/annotate-data.h
259
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,