/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 147 analyse_instr(&op, regs, *instr); in wp_get_instr_detail()
|
H A D | align.c | 339 r = analyse_instr(&op, regs, instr); in fix_alignment()
|
H A D | optprobes.c | 98 * to the nip returned by the analyse_instr() here. in can_optimize() 104 analyse_instr(&op, ®s, in can_optimize()
|
H A D | mce_power.c | 461 if (!analyse_instr(&op, &tmp, instr)) { in mce_find_instr_ea_and_phys() 468 * analyse_instr() might fail if the instruction in mce_find_instr_ea_and_phys()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 148 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 147 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs,
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 143 analyse_instr(&op, regs, *instr); in wp_get_instr_detail()
|
H A D | optprobes.c | 82 * to the nip returned by the analyse_instr() here. in can_optimize() 88 analyse_instr(&op, ®s, ppc_inst_read(p->ainsn.insn)) == 1) { in can_optimize()
|
H A D | align.c | 343 r = analyse_instr(&op, regs, instr); in fix_alignment()
|
H A D | mce_power.c | 467 if (!analyse_instr(&op, &tmp, instr)) { in mce_find_instr_ea_and_phys() 474 * analyse_instr() might fail if the instruction in mce_find_instr_ea_and_phys()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 97 if (analyse_instr(&op, &vcpu->arch.regs, ppc_inst(inst)) == 0) { in kvmppc_emulate_loadstore() 227 * analyse_instr(). in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 96 if (analyse_instr(&op, &vcpu->arch.regs, inst) == 0) { in kvmppc_emulate_loadstore() 228 * analyse_instr(). in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 1224 int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, in analyse_instr() function 2982 EXPORT_SYMBOL_GPL(analyse_instr); variable 2983 NOKPROBE_SYMBOL(analyse_instr); variable 3404 r = analyse_instr(&op, regs, instr); in emulate_step()
|
H A D | test_emulate_step.c | 1317 analysed = analyse_instr(&op, regs, instr); in emulate_compute_instr()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 1355 int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, in analyse_instr() function 3175 EXPORT_SYMBOL_GPL(analyse_instr); variable 3176 NOKPROBE_SYMBOL(analyse_instr); variable 3588 r = analyse_instr(&op, regs, instr); in emulate_step()
|
H A D | test_emulate_step.c | 1612 analysed = analyse_instr(&op, regs, instr); in emulate_compute_instr()
|