Searched refs:emulator_pio_in_out (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 6599 static int emulator_pio_in_out(struct kvm_vcpu *vcpu, int size, in emulator_pio_in_out() function 6633 ret = emulator_pio_in_out(vcpu, size, port, val, count, true); in emulator_pio_in() 6659 return emulator_pio_in_out(vcpu, size, port, (void *)val, count, false); in emulator_pio_out()
|