Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.c85 uint32_t countbase; /* HPET counter base value */ member
158 val = vhpet->countbase; in vhpet_counter()
374 vhpet_start_timer(vhpet, i, vhpet->countbase, in vhpet_start_counting()
384 vhpet->countbase = counter; in vhpet_stop_counting()
561 vhpet->countbase = val64; in vhpet_mmio_write()
773 uint32_t countbase; in vhpet_snapshot() local
785 countbase = vhpet_counter(vhpet, NULL); in vhpet_snapshot()
786 SNAPSHOT_VAR_OR_LEAVE(countbase, meta, ret, done); in vhpet_snapshot()
788 vhpet->countbase = countbase; in vhpet_snapshot()