Searched refs:analyse_instr (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | sstep.h | 138 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | optprobes.c | 107 analyse_instr(&op, ®s, *p->ainsn.insn) == 1) { in can_optimize()
|
D | align.c | 338 r = analyse_instr(&op, regs, instr); in fix_alignment()
|
D | mce_power.c | 353 if (!analyse_instr(&op, &tmp, instr)) { in mce_find_instr_ea_and_pfn()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 121 if (analyse_instr(&op, &vcpu->arch.regs, inst) == 0) { in kvmppc_emulate_loadstore()
|
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 1169 int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, in analyse_instr() function 2585 EXPORT_SYMBOL_GPL(analyse_instr); 2586 NOKPROBE_SYMBOL(analyse_instr); 3005 r = analyse_instr(&op, regs, instr); in emulate_step()
|