Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dvlapic_freq_periodic.c117 if (vexit_match_inout(vexit, true, IOP_TEST_PARAM0, 2, NULL)) { in run_test()
122 if (vexit_match_inout(vexit, true, IOP_TEST_PARAM1, 2, NULL)) { in run_test()
128 if (vexit_match_inout(vexit, false, IOP_TEST_VALUE, 4, &v)) { in run_test()
H A Dvlapic_freq.c112 if (vexit_match_inout(vexit, true, IOP_TEST_PARAM, 4, NULL)) { in test_for_divisor()
118 if (vexit_match_inout(vexit, false, IOP_TEST_VALUE, 4, &v)) { in test_for_divisor()
H A Dtsc_freq_ctrl.c154 if (vexit_match_inout(&vexit, true, IOP_TEST_VALUE, 4, in do_freq_test()
159 } else if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in do_freq_test()
H A Dwrmsr_tsc.c67 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
H A Drdmsr_tsc.c67 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
H A Dguest_tsc_adjust.c98 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
H A Dvatpit_freq.c120 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 2, &v)) { in main()
H A Dvpmtmr_freq.c126 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, &v)) { in main()
H A Dvhpet_freq.c121 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, &v)) { in main()
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dinout.c62 vexit_match_inout(vexit, true, 0x55aa, 1, NULL); in advance_test_state()
99 vexit_match_inout(vexit, false, 0x55aa, 1, NULL); in advance_test_state()
H A Dcpuid.c158 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
H A Dcpuid_guest_state.c201 if (!vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
/illumos-gate/usr/src/test/bhyve-tests/tests/perf/
H A Dentry_exit.c106 if (vexit_match_inout(vexit, true, IOP_TEST_PARAM0, 4, NULL)) { in handle_exit()
110 if (vexit_match_inout(vexit, false, IOP_TEST_VALUE, 4, &outval)) { in handle_exit()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.h55 bool vexit_match_inout(const struct vm_exit *, bool, uint16_t, uint_t,
H A Din_guest.c639 vexit_match_inout(const struct vm_exit *vexit, bool is_read, uint16_t port, in vexit_match_inout() function