Home
last modified time | relevance | path

Searched defs:instruction_op (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dsstep.h113 struct instruction_op { struct
114 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
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsstep.h114 struct instruction_op { struct
115 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