Symbol: vexit_match_inout
usr/src/test/bhyve-tests/tests/common/in_guest.h
55
bool vexit_match_inout(const struct vm_exit *, bool, uint16_t, uint_t,
usr/src/test/bhyve-tests/tests/inst_emul/cpuid.c
158
if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4,
usr/src/test/bhyve-tests/tests/inst_emul/cpuid_guest_state.c
201
if (!vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4,
usr/src/test/bhyve-tests/tests/inst_emul/inout.c
62
vexit_match_inout(vexit, true, 0x55aa, 1, NULL);
usr/src/test/bhyve-tests/tests/inst_emul/inout.c
99
vexit_match_inout(vexit, false, 0x55aa, 1, NULL);
usr/src/test/bhyve-tests/tests/kdev/guest_tsc_adjust.c
98
if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4,
usr/src/test/bhyve-tests/tests/kdev/rdmsr_tsc.c
67
if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4,
usr/src/test/bhyve-tests/tests/kdev/tsc_freq_ctrl.c
154
if (vexit_match_inout(&vexit, true, IOP_TEST_VALUE, 4,
usr/src/test/bhyve-tests/tests/kdev/tsc_freq_ctrl.c
159
} else if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4,
usr/src/test/bhyve-tests/tests/kdev/vatpit_freq.c
120
if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 2, &v)) {
usr/src/test/bhyve-tests/tests/kdev/vhpet_freq.c
121
if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, &v)) {
usr/src/test/bhyve-tests/tests/kdev/vlapic_freq.c
112
if (vexit_match_inout(vexit, true, IOP_TEST_PARAM, 4, NULL)) {
usr/src/test/bhyve-tests/tests/kdev/vlapic_freq.c
118
if (vexit_match_inout(vexit, false, IOP_TEST_VALUE, 4, &v)) {
usr/src/test/bhyve-tests/tests/kdev/vlapic_freq_periodic.c
117
if (vexit_match_inout(vexit, true, IOP_TEST_PARAM0, 2, NULL)) {
usr/src/test/bhyve-tests/tests/kdev/vlapic_freq_periodic.c
122
if (vexit_match_inout(vexit, true, IOP_TEST_PARAM1, 2, NULL)) {
usr/src/test/bhyve-tests/tests/kdev/vlapic_freq_periodic.c
128
if (vexit_match_inout(vexit, false, IOP_TEST_VALUE, 4, &v)) {
usr/src/test/bhyve-tests/tests/kdev/vpmtmr_freq.c
126
if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4, &v)) {
usr/src/test/bhyve-tests/tests/kdev/wrmsr_tsc.c
67
if (vexit_match_inout(&vexit, false, IOP_TEST_VALUE, 4,
usr/src/test/bhyve-tests/tests/perf/entry_exit.c
106
if (vexit_match_inout(vexit, true, IOP_TEST_PARAM0, 4, NULL)) {
usr/src/test/bhyve-tests/tests/perf/entry_exit.c
110
if (vexit_match_inout(vexit, false, IOP_TEST_VALUE, 4, &outval)) {