Searched defs:instruction_op (Results 1 – 1 of 1) sorted by relevance
114 struct instruction_op { struct115 int type;116 int reg;117 unsigned long val;119 unsigned long ea;120 int update_reg;122 int spr;123 u32 ccval;124 u32 xerval;148 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, argument