Home
last modified time | relevance | path

Searched defs:skip_emulated_instruction (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c329 static int skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c1646 static int skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1158 int (*skip_emulated_instruction)(struct kvm_vcpu *vcpu); member