Searched refs:instruction_op (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 114 struct instruction_op { struct 148 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, 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,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 113 struct instruction_op { struct 147 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, 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,
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 86 struct instruction_op *op) in branch_taken() 501 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load() 554 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store() 709 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load() 793 void emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, in emulate_vsx_store() 869 static nokprobe_inline int do_vsx_load(struct instruction_op *op, in do_vsx_load() 901 static nokprobe_inline int do_vsx_store(struct instruction_op *op, in do_vsx_store() 1004 struct instruction_op *op) in set_cr0() 1022 static nokprobe_inline void set_ca32(struct instruction_op *op, bool val) in set_ca32() 1033 struct instruction_op *o in add_with_carry() [all...] |
H A D | test_emulate_step.c | 1310 struct instruction_op op; in emulate_compute_instr()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 85 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 *o in add_with_carry() [all...] |
H A D | test_emulate_step.c | 1604 struct instruction_op op; in emulate_compute_instr()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 142 struct instruction_op op; in wp_get_instr_detail()
|
H A D | align.c | 299 struct instruction_op op; in fix_alignment()
|
H A D | optprobes.c | 67 struct instruction_op op; in can_optimize()
|
H A D | mce_power.c | 454 struct instruction_op op; in mce_find_instr_ea_and_phys()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 133 struct instruction_op op; in wp_get_instr_detail()
|
H A D | optprobes.c | 50 struct instruction_op op; in can_optimize()
|
H A D | align.c | 304 struct instruction_op op; in fix_alignment()
|
H A D | mce_power.c | 460 struct instruction_op op; in mce_find_instr_ea_and_phys()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 77 struct instruction_op op; in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 76 struct instruction_op op; in kvmppc_emulate_loadstore()
|
Completed in 14 milliseconds