Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/kprobes/
Dcore.c599 p->ainsn.emulate_op = kprobe_emulate_ifmodifiers; in prepare_emulation()
606 p->ainsn.emulate_op = kprobe_emulate_ret; in prepare_emulation()
615 p->ainsn.emulate_op = kprobe_emulate_call; in prepare_emulation()
623 p->ainsn.emulate_op = kprobe_emulate_jmp; in prepare_emulation()
633 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
641 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
658 p->ainsn.emulate_op = kprobe_emulate_loop; in prepare_emulation()
673 p->ainsn.emulate_op = kprobe_emulate_call_indirect; in prepare_emulation()
678 p->ainsn.emulate_op = kprobe_emulate_jmp_indirect; in prepare_emulation()
863 if (p->ainsn.emulate_op) { in setup_singlestep()
[all …]
/linux-6.1.9/arch/x86/include/asm/
Dkprobes.h80 void (*emulate_op)(struct kprobe *p, struct pt_regs *regs); member
/linux-6.1.9/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.c2076 .emulate_op = kvmppc_core_emulate_op_pr,
Dbook3s_hv.c6173 .emulate_op = kvmppc_core_emulate_op_hv,
/linux-6.1.9/arch/powerpc/include/asm/
Dkvm_ppc.h285 int (*emulate_op)(struct kvm_vcpu *vcpu, member