Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1970 int kvm_fast_pio(struct kvm_vcpu *vcpu, int size, unsigned short port, int in);
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2258 return kvm_fast_pio(vcpu, size, port, in); in io_interception()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c9174 int kvm_fast_pio(struct kvm_vcpu *vcpu, int size, unsigned short port, int in) in kvm_fast_pio() function
9184 EXPORT_SYMBOL_GPL(kvm_fast_pio);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5388 return kvm_fast_pio(vcpu, size, port, in); in handle_io()