/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/ |
H A D | vlapic_freq_periodic.c | 117 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 D | vlapic_freq.c | 112 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 D | tsc_freq_ctrl.c | 154 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 D | wrmsr_tsc.c | 67 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
|
H A D | rdmsr_tsc.c | 67 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
|
H A D | guest_tsc_adjust.c | 98 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
|
H A D | vatpit_freq.c | 120 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 2, &v)) { in main()
|
H A D | vpmtmr_freq.c | 126 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, &v)) { in main()
|
H A D | vhpet_freq.c | 121 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 D | inout.c | 62 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 D | cpuid.c | 158 if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
|
H A D | cpuid_guest_state.c | 201 if (!vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, in main()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/perf/ |
H A D | entry_exit.c | 106 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 D | in_guest.h | 55 bool vexit_match_inout(const struct vm_exit *, bool, uint16_t, uint_t,
|
H A D | in_guest.c | 639 vexit_match_inout(const struct vm_exit *vexit, bool is_read, uint16_t port, in vexit_match_inout() function
|