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

/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvhpet.c148 vhpet_counter(struct vhpet *vhpet, sbintime_t *nowptr) function
157 KASSERT(delta >= 0, ("vhpet_counter: uptime went backwards: "
168 KASSERT(nowptr == NULL, ("vhpet_counter: nowptr must be NULL"));
306 counter = vhpet_counter(vhpet, &now);
519 counter = vhpet_counter(vhpet, nowptr);
554 val64 = vhpet_counter(vhpet, NULL);
600 counter = vhpet_counter(vhpet, &now);
664 data = vhpet_counter(vhpet, NULL);

Completed in 45 milliseconds