Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dx86.c6480 static int emulator_pio_out(struct kvm_vcpu *vcpu, int size, in emulator_pio_out() function
6493 return emulator_pio_out(emul_to_vcpu(ctxt), size, port, val, count); in emulator_pio_out_emulated()
7489 int ret = emulator_pio_out(vcpu, size, port, &val, 1); in kvm_fast_pio_out()