Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c102 apic_nsec_max = APIC_TICKS_TO_NSECS(APIC_MAXVAL); in apic_timer_init()
123 ret = (int)APIC_TICKS_TO_NSECS(1); in apic_timer_init()
390 ns_val = APIC_TICKS_TO_NSECS(count_val); in apic_timer_stop_count()
H A Dapic_common.c800 curr_timeval = APIC_TICKS_TO_NSECS(elapsed_ticks); in apic_gethrtime()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_timer.h65 #define APIC_TICKS_TO_NSECS(ticks) ((((int64_t)(ticks) * SF) + \ macro