Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h1011 int kvm_fast_pio_out(struct kvm_vcpu *vcpu, int size, unsigned short port);
/linux-4.4.14/arch/x86/kvm/
Dx86.c5479 int kvm_fast_pio_out(struct kvm_vcpu *vcpu, int size, unsigned short port) in kvm_fast_pio_out() function
5488 EXPORT_SYMBOL_GPL(kvm_fast_pio_out);
Dsvm.c1828 return kvm_fast_pio_out(vcpu, size, port); in io_interception()
Dvmx.c5363 return kvm_fast_pio_out(vcpu, size, port); in handle_io()