Searched refs:analyse_instr (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/arch/powerpc/include/asm/ |
D | sstep.h | 134 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs,
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | optprobes.c | 103 analyse_instr(&op, ®s, *p->ainsn.insn) == 1) { in can_optimize()
|
D | hw_breakpoint.c | 203 ret = analyse_instr(&op, regs, instr); in is_larx_stcx_instr()
|
D | align.c | 337 r = analyse_instr(&op, regs, instr); in fix_alignment()
|
D | mce_power.c | 377 if (!analyse_instr(&op, &tmp, instr)) { in mce_find_instr_ea_and_phys()
|
/Linux-v5.4/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 103 if (analyse_instr(&op, &vcpu->arch.regs, inst) == 0) { in kvmppc_emulate_loadstore()
|
/Linux-v5.4/arch/powerpc/lib/ |
D | sstep.c | 1165 int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, in analyse_instr() function 2691 EXPORT_SYMBOL_GPL(analyse_instr); 2692 NOKPROBE_SYMBOL(analyse_instr); 3111 r = analyse_instr(&op, regs, instr); in emulate_step()
|
D | test_emulate_step.c | 851 if (analyse_instr(&op, regs, instr) != 1 || in emulate_compute_instr()
|