Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsstep.h100 struct instruction_op { struct
134 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, argument
141 void emulate_update_regs(struct pt_regs *reg, struct instruction_op *op);
161 extern int emulate_loadstore(struct pt_regs *regs, struct instruction_op *op);
163 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
165 extern void emulate_vsx_store(struct instruction_op *op,
/arch/powerpc/lib/
Dsstep.c84 struct instruction_op *op) in branch_taken()
458 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load()
511 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store()
666 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load()
750 void emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, in emulate_vsx_store()
826 static nokprobe_inline int do_vsx_load(struct instruction_op *op, in do_vsx_load()
858 static nokprobe_inline int do_vsx_store(struct instruction_op *op, in do_vsx_store()
961 struct instruction_op *op) in set_cr0()
979 static nokprobe_inline void set_ca32(struct instruction_op *op, bool val) in set_ca32()
990 struct instruction_op *op, int rd, in add_with_carry()
[all …]
Dtest_emulate_step.c846 struct instruction_op op; in emulate_compute_instr()
/arch/powerpc/kernel/
Dhw_breakpoint.c201 struct instruction_op op; in is_larx_stcx_instr()
Doptprobes.c66 struct instruction_op op; in can_optimize()
Dalign.c297 struct instruction_op op; in fix_alignment()
Dmce_power.c370 struct instruction_op op; in mce_find_instr_ea_and_phys()
/arch/powerpc/kvm/
Demulate_loadstore.c78 struct instruction_op op; in kvmppc_emulate_loadstore()