Lines Matching refs:cmd_info
404 struct cmd_info { struct
458 const struct cmd_info *info; argument
509 const struct cmd_info *info;
660 static inline const struct cmd_info *
674 static inline const struct cmd_info *
821 static inline int get_cmd_length(const struct cmd_info *info, u32 cmd) in get_cmd_length()
1809 const struct cmd_info *info; in find_bb_size()
1870 const struct cmd_info *info; in audit_bb_end()
2031 static const struct cmd_info cmd_info[] = { variable
2721 const struct cmd_info *info; in cmd_parser_exec()
2729 info = &cmd_info[mi_noop_index]; in cmd_parser_exec()
3210 for (i = 0; i < ARRAY_SIZE(cmd_info); i++) { in init_cmd_table()
3213 if (!(cmd_info[i].devices & gen_type)) in init_cmd_table()
3220 e->info = &cmd_info[i]; in init_cmd_table()
3221 if (cmd_info[i].opcode == OP_MI_NOOP) in init_cmd_table()