Home
last modified time | relevance | path

Searched refs:analyse_instr (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c147 analyse_instr(&op, regs, *instr); in wp_get_instr_detail()
H A Dalign.c339 r = analyse_instr(&op, regs, instr); in fix_alignment()
H A Doptprobes.c98 * to the nip returned by the analyse_instr() here. in can_optimize()
104 analyse_instr(&op, &regs, in can_optimize()
H A Dmce_power.c461 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 Dsstep.h148 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs,
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsstep.h147 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs,
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c143 analyse_instr(&op, regs, *instr); in wp_get_instr_detail()
H A Doptprobes.c82 * to the nip returned by the analyse_instr() here. in can_optimize()
88 analyse_instr(&op, &regs, ppc_inst_read(p->ainsn.insn)) == 1) { in can_optimize()
H A Dalign.c343 r = analyse_instr(&op, regs, instr); in fix_alignment()
H A Dmce_power.c467 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 Demulate_loadstore.c97 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 Demulate_loadstore.c96 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 Dsstep.c1224 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 Dtest_emulate_step.c1317 analysed = analyse_instr(&op, regs, instr); in emulate_compute_instr()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dsstep.c1355 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 Dtest_emulate_step.c1612 analysed = analyse_instr(&op, regs, instr); in emulate_compute_instr()

Completed in 16 milliseconds