Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1258 int kvm_fast_pio(struct kvm_vcpu *vcpu, int size, unsigned short port, int in);
/Linux-v4.19/arch/x86/kvm/
Dx86.c6366 int kvm_fast_pio(struct kvm_vcpu *vcpu, int size, unsigned short port, int in) in kvm_fast_pio() function
6379 EXPORT_SYMBOL_GPL(kvm_fast_pio);
Dsvm.c2831 return kvm_fast_pio(&svm->vcpu, size, port, in); in io_interception()
Dvmx.c7175 return kvm_fast_pio(vcpu, size, port, in); in handle_io()