Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h946 int kvm_fast_pio_out(struct kvm_vcpu *vcpu, int size, unsigned short port);
/linux-4.1.27/arch/x86/kvm/
Dx86.c5501 int kvm_fast_pio_out(struct kvm_vcpu *vcpu, int size, unsigned short port) in kvm_fast_pio_out() function
5510 EXPORT_SYMBOL_GPL(kvm_fast_pio_out);
Dsvm.c1912 return kvm_fast_pio_out(vcpu, size, port); in io_interception()
Dvmx.c5219 return kvm_fast_pio_out(vcpu, size, port); in handle_io()