Searched refs:APIC_TICKS_TO_NSECS (Results 1 – 3 of 3) sorted by relevance
123 apic_nsec_max = APIC_TICKS_TO_NSECS(APIC_MAXVAL); in apic_timer_init()144 ret = (int)APIC_TICKS_TO_NSECS(1); in apic_timer_init()411 ns_val = APIC_TICKS_TO_NSECS(count_val); in apic_timer_stop_count()
771 curr_timeval = APIC_TICKS_TO_NSECS(elapsed_ticks); in apic_gethrtime()
63 #define APIC_TICKS_TO_NSECS(ticks) ((((int64_t)(ticks) * SF) + \ macro