Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/kprobes/
Dcore.c597 p->ainsn.emulate_op = kprobe_emulate_ifmodifiers; in prepare_emulation()
604 p->ainsn.emulate_op = kprobe_emulate_ret; in prepare_emulation()
613 p->ainsn.emulate_op = kprobe_emulate_call; in prepare_emulation()
621 p->ainsn.emulate_op = kprobe_emulate_jmp; in prepare_emulation()
631 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
639 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
656 p->ainsn.emulate_op = kprobe_emulate_loop; in prepare_emulation()
671 p->ainsn.emulate_op = kprobe_emulate_call_indirect; in prepare_emulation()
676 p->ainsn.emulate_op = kprobe_emulate_jmp_indirect; in prepare_emulation()
861 if (p->ainsn.emulate_op) { in setup_singlestep()
[all …]
/linux-5.19.10/arch/x86/include/asm/
Dkprobes.h82 void (*emulate_op)(struct kprobe *p, struct pt_regs *regs); member
/linux-5.19.10/arch/powerpc/kvm/
Demulate.c288 emulated = vcpu->kvm->arch.kvm_ops->emulate_op(vcpu, inst, in kvmppc_emulate_instruction()
De500mc.c381 .emulate_op = kvmppc_core_emulate_op_e500,
De500.c495 .emulate_op = kvmppc_core_emulate_op_e500,
Dbook3s_pr.c2077 .emulate_op = kvmppc_core_emulate_op_pr,
Dbook3s_hv.c6087 .emulate_op = kvmppc_core_emulate_op_hv,
/linux-5.19.10/arch/powerpc/include/asm/
Dkvm_ppc.h289 int (*emulate_op)(struct kvm_vcpu *vcpu, member