Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Dcoalesced_io_test.c79 uint32_t pio_value; in vcpu_run_and_verify_io_exit() local
91 pio_value = *(uint32_t *)((void *)run + run->io.data_offset); in vcpu_run_and_verify_io_exit()
93 pio_value = 0; in vcpu_run_and_verify_io_exit()
100 pio_value == io->pio_port + io->ring_size - 1)), in vcpu_run_and_verify_io_exit()
109 run->io.port, run->io.direction, run->io.size, run->io.count, pio_value); in vcpu_run_and_verify_io_exit()