Lines Matching refs:cmd_info
415 struct cmd_info { struct
469 const struct cmd_info *info; argument
520 const struct cmd_info *info;
671 static inline const struct cmd_info *
685 static inline const struct cmd_info *
832 static inline int get_cmd_length(const struct cmd_info *info, u32 cmd) in get_cmd_length()
1823 const struct cmd_info *info; in find_bb_size()
1884 const struct cmd_info *info; in audit_bb_end()
2046 static const struct cmd_info cmd_info[] = { variable
2736 const struct cmd_info *info; in cmd_parser_exec()
2744 info = &cmd_info[mi_noop_index]; in cmd_parser_exec()
3223 for (i = 0; i < ARRAY_SIZE(cmd_info); i++) { in init_cmd_table()
3226 if (!(cmd_info[i].devices & gen_type)) in init_cmd_table()
3233 e->info = &cmd_info[i]; in init_cmd_table()
3234 if (cmd_info[i].opcode == OP_MI_NOOP) in init_cmd_table()