Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c285 uint64_t tick_per_sec) in commpage_set_timestamp() argument
302 commpage_timeofday_datap->Ticks_per_sec = tick_per_sec; in commpage_set_timestamp()
/xnu-8019.80.24/osfmk/i386/
H A Drtclock.c405 …_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
407 commpage_set_timestamp(abstime, sec, frac, scale, tick_per_sec); in clock_gettimeofday_set_commpage()
/xnu-8019.80.24/osfmk/arm/
H A Drtclock.c260 uint64_t tick_per_sec) in clock_gettimeofday_set_commpage() argument
262 commpage_set_timestamp(abstime, sec, frac, scale, tick_per_sec); in clock_gettimeofday_set_commpage()
/xnu-8019.80.24/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.c740 uint64_t tick_per_sec) in commpage_set_timestamp() argument
757 p32->Ticks_per_sec = tick_per_sec; in commpage_set_timestamp()
758 p64->Ticks_per_sec = tick_per_sec; in commpage_set_timestamp()
/xnu-8019.80.24/osfmk/kern/
H A Dclock.h120 uint64_t tick_per_sec);