Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dvhpet.c148 vhpet_counter(struct vhpet *vhpet, sbintime_t *nowptr) in vhpet_counter() function
306 counter = vhpet_counter(vhpet, &now); in vhpet_handler()
519 counter = vhpet_counter(vhpet, nowptr); in vhpet_mmio_write()
554 val64 = vhpet_counter(vhpet, NULL); in vhpet_mmio_write()
600 counter = vhpet_counter(vhpet, &now); in vhpet_mmio_write()
664 data = vhpet_counter(vhpet, NULL); in vhpet_mmio_read()
781 countbase = vhpet_counter(vhpet, NULL); in vhpet_snapshot()