Searched refs:instruction_op (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 113 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/arch/powerpc/lib/ |
A D | sstep.c | 90 struct instruction_op *op) in branch_taken() 956 static nokprobe_inline int do_vsx_load(struct instruction_op *op, in do_vsx_load() 1136 struct instruction_op *op) in set_cr0() 1165 struct instruction_op *op, int rd, in add_with_carry() 1193 struct instruction_op *op, in do_cmp_signed() 1211 struct instruction_op *op, in do_cmp_unsigned() 1230 struct instruction_op *op, in do_cmpb() 1250 struct instruction_op *op, in do_popcnt() 1277 struct instruction_op *op, in do_bpermd() 1298 struct instruction_op *op, in do_prty() [all …]
|
A D | test_emulate_step.c | 1607 struct instruction_op op; in emulate_compute_instr()
|
/linux/arch/powerpc/kernel/ |
A D | hw_breakpoint_constraints.c | 133 struct instruction_op op; in wp_get_instr_detail()
|
A D | optprobes.c | 50 struct instruction_op op; in can_optimize()
|
A D | align.c | 304 struct instruction_op op; in fix_alignment()
|
A D | mce_power.c | 460 struct instruction_op op; in mce_find_instr_ea_and_phys()
|
/linux/arch/powerpc/kvm/ |
A D | emulate_loadstore.c | 77 struct instruction_op op; in kvmppc_emulate_loadstore()
|
Completed in 17 milliseconds