Searched refs:emulator_pio_out (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 6653 static int emulator_pio_out(struct kvm_vcpu *vcpu, int size, in emulator_pio_out() function 6666 return emulator_pio_out(emul_to_vcpu(ctxt), size, port, val, count); in emulator_pio_out_emulated() 7700 int ret = emulator_pio_out(vcpu, size, port, &val, 1); in kvm_fast_pio_out()
|