Home
last modified time | relevance | path

Searched refs:APIC_NSECS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c154 apic_hertz_count = APIC_NSECS_TO_TICKS(apic_nsec_per_intr); in apic_timer_init()
219 ticks = APIC_NSECS_TO_TICKS(time); in periodic_timer_reprogram()
276 ticks = APIC_NSECS_TO_TICKS(delta); in oneshot_timer_reprogram()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dapic_timer.h66 #define APIC_NSECS_TO_TICKS(nsecs) (((int64_t)(nsecs) * \ macro