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

/darwin-on-arm/xnu/osfmk/i386/
H A Drtclock_native.c94 lapic_set_timer_fast((uint32_t) tmrCvt(count, busFCvtn2t));
123 delta_tsc = tmrCvt(delta, tscFCvtn2t);
184 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 Dmachine_routines_asm.s61 * uint64_t tmrCvt(uint64_t time, uint64_t *conversion)
83 .globl EXT(tmrCvt)
86 LEXT(tmrCvt)
H A Dtsc.c156 bus2tsc = tmrCvt(busFCvtt2n, tscFCvtn2t);
252 bus2tsc = tmrCvt(busFCvtt2n, tscFCvtn2t);
H A Dmachine_routines.h279 extern uint64_t tmrCvt(uint64_t time, uint64_t conversion);
H A Dacpi.c332 my_abs = tmrCvt(my_tsc, tscFCvtt2n);
H A Dmachine_routines.c547 LockTimeOutTSC = (uint32_t) tmrCvt(abstime, tscFCvtn2t);
H A Dpmap.c989 max_preemption_latency_tsc = tmrCvt((uint64_t)MAX_PREEMPTION_LATENCY_NS, tscFCvtn2t);
/darwin-on-arm/xnu/osfmk/arm/
H A Drtclock.c110 uint64_t tmrCvt(uint64_t time, uint64_t unit) function
127 delta_abs = tmrCvt(delta, tscFCvtn2t);
H A Dmachine_routines.h230 extern uint64_t tmrCvt(uint64_t time, uint64_t conversion);
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dmachine_routines_asm.s79 * uint64_t tmrCvt(uint64_t time, // %rdi
83 ENTRY(tmrCvt) function
162 * algorithm. Note that while we could have simply used tmrCvt(value,tscFCvtt2n),
H A Dpmap.c635 max_preemption_latency_tsc = tmrCvt((uint64_t)MAX_PREEMPTION_LATENCY_NS, tscFCvtn2t);

Completed in 156 milliseconds