Searched defs:instruction_op (Results 1 – 1 of 1) sorted by relevance
104 struct instruction_op { struct105 int type;106 int reg;107 unsigned long val;109 unsigned long ea;110 int update_reg;112 int spr;113 u32 ccval;114 u32 xerval;138 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, argument