Searched refs:mmio_hint (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/bhyve/
H A Dmem.c68 static struct mmio_rb_range *mmio_hint[VM_MAXCPU]; variable in typeref:struct:mmio_rb_range
171 if (mmio_hint[vcpu] &&
172 paddr >= mmio_hint[vcpu]->mr_base &&
173 paddr <= mmio_hint[vcpu]->mr_end) {
174 entry = mmio_hint[vcpu];
181 mmio_hint[vcpu] = entry;
272 if (mmio_hint[i] == entry)
273 mmio_hint[i] = NULL;

Completed in 39 milliseconds