Searched refs:analyse_instr (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | sstep.h | 147 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs,
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | hw_breakpoint_constraints.c | 138 analyse_instr(&op, regs, *instr); in wp_get_instr_detail()
|
D | optprobes.c | 88 analyse_instr(&op, ®s, ppc_inst_read(p->ainsn.insn)) == 1) { in can_optimize()
|
D | align.c | 343 r = analyse_instr(&op, regs, instr); in fix_alignment()
|
D | mce_power.c | 467 if (!analyse_instr(&op, &tmp, instr)) { in mce_find_instr_ea_and_phys()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 96 if (analyse_instr(&op, &vcpu->arch.regs, ppc_inst(inst)) == 0) { in kvmppc_emulate_loadstore()
|
/linux-6.1.9/arch/powerpc/lib/ |
D | sstep.c | 1345 int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, in analyse_instr() function 3164 EXPORT_SYMBOL_GPL(analyse_instr); 3165 NOKPROBE_SYMBOL(analyse_instr); 3577 r = analyse_instr(&op, regs, instr); in emulate_step()
|
D | test_emulate_step.c | 1612 analysed = analyse_instr(&op, regs, instr); in emulate_compute_instr()
|