Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/kprobes/
H A Dcore.c624 p->ainsn.emulate_op = kprobe_emulate_ifmodifiers; in prepare_emulation()
631 p->ainsn.emulate_op = kprobe_emulate_ret; in prepare_emulation()
640 p->ainsn.emulate_op = kprobe_emulate_call; in prepare_emulation()
648 p->ainsn.emulate_op = kprobe_emulate_jmp; in prepare_emulation()
658 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
666 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
683 p->ainsn.emulate_op = kprobe_emulate_loop; in prepare_emulation()
696 p->ainsn.emulate_op = kprobe_emulate_call_indirect; in prepare_emulation()
699 p->ainsn.emulate_op = kprobe_emulate_jmp_indirect; in prepare_emulation()
706 if (!p->ainsn.emulate_op) in prepare_emulation()
[all …]
/linux/arch/x86/include/asm/
H A Dkprobes.h80 void (*emulate_op)(struct kprobe *p, struct pt_regs *regs); member
/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.c2069 .emulate_op = kvmppc_core_emulate_op_pr,
H A Dbook3s_hv.c6538 .emulate_op = kvmppc_core_emulate_op_hv,
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h294 int (*emulate_op)(struct kvm_vcpu *vcpu, member