Home
last modified time | relevance | path

Searched refs:APIC_TICKS_TO_NSECS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c123 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()
H A Dapic_common.c771 curr_timeval = APIC_TICKS_TO_NSECS(elapsed_ticks); in apic_gethrtime()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dapic_timer.h63 #define APIC_TICKS_TO_NSECS(ticks) ((((int64_t)(ticks) * SF) + \ macro