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

/freebsd-current/usr.sbin/bhyve/
H A Dmem.c67 static struct mmio_rb_range **mmio_hint; variable in typeref:struct:mmio_rb_range
177 if (mmio_hint[vcpuid] &&
178 paddr >= mmio_hint[vcpuid]->mr_base &&
179 paddr <= mmio_hint[vcpuid]->mr_end) {
180 entry = mmio_hint[vcpuid];
187 mmio_hint[vcpuid] = entry;
350 if (mmio_hint[i] == entry)
351 mmio_hint[i] = NULL;
368 mmio_hint = calloc(ncpu, sizeof(*mmio_hint));
[all...]

Completed in 56 milliseconds