Searched refs:apic_hertz_count (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_timer.h53 extern uint_t apic_hertz_count;
H A Dapic_common.h136 extern uint_t apic_hertz_count;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c50 uint_t apic_hertz_count; variable
154 apic_hertz_count = APIC_NSECS_TO_TICKS(apic_nsec_per_intr);
157 apic_reg_ops->apic_write(APIC_INIT_COUNT, apic_hertz_count);
H A Dapic_common.c770 elapsed_ticks = apic_hertz_count - countval;
777 last_count_read = apic_hertz_count;
H A Dapic.c558 last_count_read = apic_hertz_count;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c683 last_count_read = apic_hertz_count;

Completed in 101 milliseconds