Lines Matching refs:cmd_info
408 struct cmd_info { struct
462 const struct cmd_info *info; argument
513 const struct cmd_info *info;
664 static inline const struct cmd_info *
678 static inline const struct cmd_info *
825 static inline int get_cmd_length(const struct cmd_info *info, u32 cmd) in get_cmd_length()
1813 const struct cmd_info *info; in find_bb_size()
1874 const struct cmd_info *info; in audit_bb_end()
2035 static const struct cmd_info cmd_info[] = { variable
2725 const struct cmd_info *info; in cmd_parser_exec()
2733 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()