Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/kprobes/
H A Dcore.c643 p->ainsn.emulate_op = kprobe_emulate_ifmodifiers; in prepare_emulation()
650 p->ainsn.emulate_op = kprobe_emulate_ret; in prepare_emulation()
659 p->ainsn.emulate_op = kprobe_emulate_call; in prepare_emulation()
667 p->ainsn.emulate_op = kprobe_emulate_jmp; in prepare_emulation()
677 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
685 p->ainsn.emulate_op = kprobe_emulate_jcc; in prepare_emulation()
702 p->ainsn.emulate_op = kprobe_emulate_loop; in prepare_emulation()
718 p->ainsn.emulate_op = kprobe_emulate_jmp_indirect; in prepare_emulation()
725 if (!p->ainsn.emulate_op) in prepare_emulation()
909 if (p->ainsn.emulate_op) { in setup_singlestep()
[all …]
/linux-6.15/arch/x86/include/asm/
H A Dkprobes.h80 void (*emulate_op)(struct kprobe *p, struct pt_regs *regs); member
/linux-6.15/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.c2070 .emulate_op = kvmppc_core_emulate_op_pr,
H A Dbook3s_hv.c6538 .emulate_op = kvmppc_core_emulate_op_hv,
/linux-6.15/arch/powerpc/include/asm/
H A Dkvm_ppc.h294 int (*emulate_op)(struct kvm_vcpu *vcpu, member