Lines Matching refs:cmd_info
410 struct cmd_info { struct
464 const struct cmd_info *info; argument
515 const struct cmd_info *info;
666 static inline const struct cmd_info *
680 static inline const struct cmd_info *
827 static inline int get_cmd_length(const struct cmd_info *info, u32 cmd) in get_cmd_length()
1815 const struct cmd_info *info; in find_bb_size()
1876 const struct cmd_info *info; in audit_bb_end()
2037 static const struct cmd_info cmd_info[] = { variable
2727 const struct cmd_info *info; in cmd_parser_exec()
2735 info = &cmd_info[mi_noop_index]; in cmd_parser_exec()
3214 for (i = 0; i < ARRAY_SIZE(cmd_info); i++) { in init_cmd_table()
3217 if (!(cmd_info[i].devices & gen_type)) in init_cmd_table()
3224 e->info = &cmd_info[i]; in init_cmd_table()
3225 if (cmd_info[i].opcode == OP_MI_NOOP) in init_cmd_table()