MCPcopy Create free account
hub / github.com/F-Stack/f-stack / geode_get_timecount

Function geode_get_timecount

freebsd/i386/i386/geode.c:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static unsigned
144geode_get_timecount(struct timecounter *tc)
145{
146 return (inl(geode_counter));
147}
148
149static struct timecounter geode_timecounter = {
150 geode_get_timecount,

Callers

nothing calls this directly

Calls 1

inlFunction · 0.50

Tested by

no test coverage detected