Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dsstep.h114 struct instruction_op { struct
148 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, argument
155 void emulate_update_regs(struct pt_regs *reg, struct instruction_op *op);
175 extern int emulate_loadstore(struct pt_regs *regs, struct instruction_op *op);
177 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
179 extern void emulate_vsx_store(struct instruction_op *op,
/Linux-v5.10/arch/powerpc/lib/
Dsstep.c86 struct instruction_op *op) in branch_taken()
501 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load()
552 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store()
699 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load()
783 void emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, in emulate_vsx_store()
859 static nokprobe_inline int do_vsx_load(struct instruction_op *op, in do_vsx_load()
891 static nokprobe_inline int do_vsx_store(struct instruction_op *op, in do_vsx_store()
988 struct instruction_op *op) in set_cr0()
1006 static nokprobe_inline void set_ca32(struct instruction_op *op, bool val) in set_ca32()
1017 struct instruction_op *op, int rd, in add_with_carry()
[all …]
Dtest_emulate_step.c1310 struct instruction_op op; in emulate_compute_instr()
/Linux-v5.10/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c142 struct instruction_op op; in wp_get_instr_detail()
Doptprobes.c67 struct instruction_op op; in can_optimize()
Dalign.c299 struct instruction_op op; in fix_alignment()
Dmce_power.c454 struct instruction_op op; in mce_find_instr_ea_and_phys()
/Linux-v5.10/arch/powerpc/kvm/
Demulate_loadstore.c77 struct instruction_op op; in kvmppc_emulate_loadstore()