Home
last modified time | relevance | path

Searched refs:vexit_match_inout (Results 1 – 13 of 13) 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/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.h54 bool vexit_match_inout(const struct vm_exit *, bool, uint16_t, uint_t,
H A Din_guest.c622 vexit_match_inout(const struct vm_exit *vexit, bool is_read, uint16_t port, in vexit_match_inout() function
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dcpuid.c158 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()