Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dtimer.c190 then = host_tod(); in timer_update_thread()
199 now = host_tod(); in timer_update_thread()
H A Dclock.h43 static __inline__ U64 host_tod(void) in host_tod() function
H A Dcrypto.c212 srandom(random() * host_tod()); /* Randomize related to time */ in renew_wrapping_keys()
H A Dcpu.c1559 regs->waittod = host_tod();
1591 regs->waittime += host_tod() - regs->waittod;
1747 hostregs->waittod = host_tod(); in ARCH_DEP()
1767 hostregs->waittime += host_tod() - hostregs->waittod; in ARCH_DEP()
H A Dsie.c1026 U64 now = host_tod(); in ARCH_DEP()
1041 regs->waittime += host_tod() - regs->waittod; in ARCH_DEP()