Searched refs:vexit_match_mmio (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/ |
H A D | exit_consistent.c | 150 if (!vexit_match_mmio(&vexit, true, read_addr, read_len, NULL)) { in main() 164 !vexit_match_mmio(&vexit, true, read_addr, read_len, NULL)) { in main()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | in_guest.h | 57 bool vexit_match_mmio(const struct vm_exit *, bool, uint64_t, uint_t,
|
H A D | in_guest.c | 660 vexit_match_mmio(const struct vm_exit *vexit, bool is_read, uint64_t addr, in vexit_match_mmio() function
|