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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.h97 extern void commpage_set_nanotime(uint64_t tsc_base, uint64_t ns_base, uint32_t scale, uint32_t shift);
H A Dcommpage.c472 uint64_t ns_base,
486 if ( ns_base < p32->nt_ns_base )
501 p32->nt_ns_base = ns_base;
502 p64->nt_ns_base = ns_base;
470 commpage_set_nanotime( uint64_t tsc_base, uint64_t ns_base, uint32_t scale, uint32_t shift ) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Drtclock.h46 uint64_t ns_base; /* nanoseconds */ member in struct:rtc_nanotime
99 addl RNT_NS_BASE(%edi),%eax /* + ns_base */ ; \
125 addq RNT_NS_BASE(%rdi),%rax /* add ns_base */ ; \
H A Drtclock.c171 * - { tsc_base, ns_base } pair of corresponding timestamps.
173 * The tuple {tsc_base, ns_base, scale, shift} is exported in the commpage
182 commpage_set_nanotime(rntp->tsc_base, rntp->ns_base, rntp->scale, rntp->shift);
259 oldnsecs = rntp->ns_base + _tsc_to_nanoseconds(tsc - rntp->tsc_base);
H A Dgenassym.c514 offsetof(rtc_nanotime_t *, ns_base));

Completed in 36 milliseconds