Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/kprobes/
H A Dcore.c614 p->ainsn.emulate_op = kprobe_emulate_ifmodifiers; in prepare_emulation()
621 p->ainsn.emulate_op = kprobe_emulate_ret; in prepare_emulation()
630 p->ainsn.emulate_op = kprobe_emulate_call; in prepare_emulation()
638 p->ainsn.emulate_op = kprobe_emulate_jmp; in prepare_emulation()
648 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
656 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
673 p->ainsn.emulate_op = kprobe_emulate_loop; in prepare_emulation()
689 p->ainsn.emulate_op = kprobe_emulate_jmp_indirect; in prepare_emulation()
696 if (!p->ainsn.emulate_op) in prepare_emulation()
880 if (p->ainsn.emulate_op) { in setup_singlestep()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dkprobes.h80 void (*emulate_op)(struct kprobe *p, struct pt_regs *regs); member
/openbmc/linux/arch/powerpc/kvm/
H A Demulate.c290 emulated = vcpu->kvm->arch.kvm_ops->emulate_op(vcpu, inst, in kvmppc_emulate_instruction()
H A De500mc.c386 .emulate_op = kvmppc_core_emulate_op_e500,
H A De500.c495 .emulate_op = kvmppc_core_emulate_op_e500,
H A Dbook3s_pr.c2078 .emulate_op = kvmppc_core_emulate_op_pr,
H A Dbook3s_hv.c6207 .emulate_op = kvmppc_core_emulate_op_hv,
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h295 int (*emulate_op)(struct kvm_vcpu *vcpu, member