Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsstep.h104 struct instruction_op { struct
138 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, argument
145 void emulate_update_regs(struct pt_regs *reg, struct instruction_op *op);
165 extern int emulate_loadstore(struct pt_regs *regs, struct instruction_op *op);
167 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
169 extern void emulate_vsx_store(struct instruction_op *op,
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c88 struct instruction_op *op) in branch_taken()
462 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load()
513 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store()
660 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load()
744 void emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, in emulate_vsx_store()
820 static nokprobe_inline int do_vsx_load(struct instruction_op *op, in do_vsx_load()
852 static nokprobe_inline int do_vsx_store(struct instruction_op *op, in do_vsx_store()
949 struct instruction_op *op) in set_cr0()
967 static nokprobe_inline void set_ca32(struct instruction_op *op, bool val) in set_ca32()
978 struct instruction_op *op, int rd, in add_with_carry()
[all …]
/Linux-v4.19/arch/powerpc/kernel/
Doptprobes.c70 struct instruction_op op; in can_optimize()
Dalign.c298 struct instruction_op op; in fix_alignment()
Dmce_power.c346 struct instruction_op op; in mce_find_instr_ea_and_pfn()
/Linux-v4.19/arch/powerpc/kvm/
Demulate_loadstore.c90 struct instruction_op op; in kvmppc_emulate_loadstore()