Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/arm/commpage/
H A Dcommpage.h37 …e_set_timestamp(uint64_t tbr, uint64_t secs, uint64_t frac, uint64_t scale, uint64_t tick_per_sec);
H A Dcommpage.c293 uint64_t tick_per_sec) in commpage_set_timestamp() argument
310 commpage_timeofday_datap->Ticks_per_sec = tick_per_sec; in commpage_set_timestamp()
/xnu-10002.41.9/osfmk/i386/
H A Drtclock.c404 …_set_commpage(uint64_t abstime, uint64_t sec, uint64_t frac, uint64_t scale, uint64_t tick_per_sec) in clock_gettimeofday_set_commpage() argument
406 commpage_set_timestamp(abstime, sec, frac, scale, tick_per_sec); in clock_gettimeofday_set_commpage()
/xnu-10002.41.9/osfmk/arm/
H A Drtclock.c308 uint64_t tick_per_sec) in clock_gettimeofday_set_commpage() argument
310 commpage_set_timestamp(abstime, sec, frac, scale, tick_per_sec); in clock_gettimeofday_set_commpage()
/xnu-10002.41.9/osfmk/i386/commpage/
H A Dcommpage.h137 …et_timestamp(uint64_t abstime, uint64_t sec, uint64_t frac, uint64_t scale, uint64_t tick_per_sec);
H A Dcommpage.c742 uint64_t tick_per_sec) in commpage_set_timestamp() argument
759 p32->Ticks_per_sec = tick_per_sec; in commpage_set_timestamp()
760 p64->Ticks_per_sec = tick_per_sec; in commpage_set_timestamp()
/xnu-10002.41.9/osfmk/kern/
H A Dclock.h119 uint64_t tick_per_sec);