Home
last modified time | relevance | path

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 Dexit_consistent.c150 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 Din_guest.h56 bool vexit_match_mmio(const struct vm_exit *, bool, uint64_t, uint_t,
H A Din_guest.c643 vexit_match_mmio(const struct vm_exit *vexit, bool is_read, uint64_t addr, in vexit_match_mmio() function