Home
last modified time | relevance | path

Searched refs:kvm_fast_pio (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1469 int kvm_fast_pio(struct kvm_vcpu *vcpu, int size, unsigned short port, int in);
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c2015 return kvm_fast_pio(&svm->vcpu, size, port, in); in io_interception()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c7767 int kvm_fast_pio(struct kvm_vcpu *vcpu, int size, unsigned short port, int in) in kvm_fast_pio() function
7777 EXPORT_SYMBOL_GPL(kvm_fast_pio);
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c5041 return kvm_fast_pio(vcpu, size, port, in); in handle_io()