Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h763 int kvm_fast_pio_out(struct kvm_vcpu *vcpu, int size, unsigned short port);
/linux-3.4.99/arch/x86/kvm/
Dx86.c4620 int kvm_fast_pio_out(struct kvm_vcpu *vcpu, int size, unsigned short port) in kvm_fast_pio_out() function
4629 EXPORT_SYMBOL_GPL(kvm_fast_pio_out);
Dsvm.c1897 return kvm_fast_pio_out(vcpu, size, port); in io_interception()
Dvmx.c4314 return kvm_fast_pio_out(vcpu, size, port); in handle_io()