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

/freebsd-13-stable/sys/amd64/vmm/io/
H A Dvpmtmr.c56 sbintime_t baseuptime; member in struct:vpmtmr
69 vpmtmr->baseuptime = sbinuptime();
98 * No locking needed because 'baseuptime' and 'baseval' are
102 delta = now - vpmtmr->baseuptime;
104 "%#lx to %#lx", vpmtmr->baseuptime, now));

Completed in 48 milliseconds