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

/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvhpet.c86 uint32_t compval; /* Comparator */ member in struct:vhpet::__anon5148
89 sbintime_t callout_sbt; /* time when counter==compval */
253 uint32_t compval, comprate, compnext; local
257 compval = vhpet->timer[n].compval;
265 * In this scenario the 'counter' is ahead of 'compval'. To find
267 * number space between 'compval' and 'counter' into 'comprate'
268 * sized units. The 'compval' is rounded up such that is "ahead"
271 compnext = compval + ((counter - compval) / comprat
[all...]

Completed in 66 milliseconds