Lines Matching refs:cmd_info
396 struct cmd_info { struct
450 const struct cmd_info *info; argument
499 const struct cmd_info *info;
650 static inline const struct cmd_info *
664 static inline const struct cmd_info *
804 static inline int get_cmd_length(const struct cmd_info *info, u32 cmd) in get_cmd_length()
1776 const struct cmd_info *info; in find_bb_size()
1837 const struct cmd_info *info; in audit_bb_end()
1998 static const struct cmd_info cmd_info[] = { variable
2688 const struct cmd_info *info; in cmd_parser_exec()
2696 info = &cmd_info[mi_noop_index]; in cmd_parser_exec()
3064 for (i = 0; i < ARRAY_SIZE(cmd_info); i++) { in init_cmd_table()
3067 if (!(cmd_info[i].devices & gen_type)) in init_cmd_table()
3074 e->info = &cmd_info[i]; in init_cmd_table()
3075 if (cmd_info[i].opcode == OP_MI_NOOP) in init_cmd_table()