Searched defs:instruction_op (Results 1 – 1 of 1) sorted by relevance
113 struct instruction_op { struct114 int type;115 int reg;116 unsigned long val;118 unsigned long ea;119 int update_reg;121 int spr;122 u32 ccval;123 u32 xerval;147 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, argument
Completed in 5 milliseconds