Home
last modified time | relevance | path

Searched refs:instruction_op (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/
Dsstep.h113 struct instruction_op { struct
147 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, argument
154 void emulate_update_regs(struct pt_regs *reg, struct instruction_op *op);
174 extern int emulate_loadstore(struct pt_regs *regs, struct instruction_op *op);
176 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
178 extern void emulate_vsx_store(struct instruction_op *op,
/linux-6.6.21/arch/powerpc/lib/
Dsstep.c85 struct instruction_op *op) in branch_taken()
575 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load()
628 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store()
783 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load()
869 void emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, in emulate_vsx_store()
961 static nokprobe_inline int do_vsx_load(struct instruction_op *op, in do_vsx_load()
1008 static nokprobe_inline int do_vsx_store(struct instruction_op *op, in do_vsx_store()
1141 struct instruction_op *op) in set_cr0()
1157 static nokprobe_inline void set_ca32(struct instruction_op *op, bool val) in set_ca32()
1168 struct instruction_op *op, int rd, in add_with_carry()
[all …]
Dtest_emulate_step.c1604 struct instruction_op op; in emulate_compute_instr()
/linux-6.6.21/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c133 struct instruction_op op; in wp_get_instr_detail()
Doptprobes.c50 struct instruction_op op; in can_optimize()
Dalign.c304 struct instruction_op op; in fix_alignment()
Dmce_power.c460 struct instruction_op op; in mce_find_instr_ea_and_phys()
/linux-6.6.21/arch/powerpc/kvm/
Demulate_loadstore.c76 struct instruction_op op; in kvmppc_emulate_loadstore()