Searched refs:tmrCvt (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Drtclock_native.c93 lapic_set_timer_fast((uint32_t) tmrCvt(count, busFCvtn2t));
129 delta_tsc = tmrCvt(delta, tscFCvtn2t);
190 rtc_decrementer_max = tmrCvt(0x7fffffffULL, busFCvtt2n);
H A Dhpet.c271 tsc2hpet = tmrCvt(tscFCvtt2n, hpetCvtn2t);
276 hpet2tsc = tmrCvt(hpetCvtt2n, tscFCvtn2t);
281 bus2hpet = tmrCvt(busFCvtt2n, hpetCvtn2t);
286 hpet2bus = tmrCvt(hpetCvtt2n, busFCvtn2t);
H A Dtsc.c170 bus2tsc = tmrCvt(busFCvtt2n, tscFCvtn2t);
263 bus2tsc = tmrCvt(busFCvtt2n, tscFCvtn2t);
H A Dmachine_routines.h292 extern uint64_t tmrCvt(uint64_t time, uint64_t conversion);
H A Dmachine_routines.c634 LockTimeOutTSC = (uint32_t) tmrCvt(abstime, tscFCvtn2t);
H A DpmCPU.c194 uint64_t ndelta = itime - tmrCvt(c3res + c6res + c7res, tscFCvtt2n);
/xnu-2782.1.97/osfmk/x86_64/
H A Dmachine_routines_asm.s76 * uint64_t tmrCvt(uint64_t time, // %rdi
80 ENTRY(tmrCvt) function
159 * algorithm. Note that while we could have simply used tmrCvt(value,tscFCvtt2n),
H A Dpmap.c778 max_preemption_latency_tsc = tmrCvt((uint64_t)MAX_PREEMPTION_LATENCY_NS, tscFCvtn2t);
/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp3086 #define t40ms(x) (tmrCvt((((uint64_t)(x)) << 8), tscFCvtt2n) / 1000000)

Completed in 52 milliseconds