Home
last modified time | relevance | path

Searched refs:analyse_instr (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsstep.h148 extern int analyse_instr(struct instruction_op *op, const struct pt_regs *regs,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c147 analyse_instr(&op, regs, *instr); in wp_get_instr_detail()
H A Doptprobes.c104 analyse_instr(&op, &regs, in can_optimize()
H A Dalign.c339 r = analyse_instr(&op, regs, instr); in fix_alignment()
H A Dmce_power.c461 if (!analyse_instr(&op, &tmp, instr)) { in mce_find_instr_ea_and_phys()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Demulate_loadstore.c97 if (analyse_instr(&op, &vcpu->arch.regs, ppc_inst(inst)) == 0) { in kvmppc_emulate_loadstore()
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dsstep.c1214 int analyse_instr(struct instruction_op *op, const struct pt_regs *regs, in analyse_instr() function
2972 EXPORT_SYMBOL_GPL(analyse_instr);
2973 NOKPROBE_SYMBOL(analyse_instr);
3394 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()