Searched refs:apic_hrtime_stamp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h134 extern volatile int apic_hrtime_stamp;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c162 volatile int apic_hrtime_stamp = 0; variable
677 while ((old_hrtime_stamp = apic_hrtime_stamp) & 1)
682 if (apic_hrtime_stamp != old_hrtime_stamp) { /* got an interrupt */
722 while ((old_hrtime_stamp = apic_hrtime_stamp) & 1)
775 if (apic_hrtime_stamp != old_hrtime_stamp) { /* got an interrupt */
H A Dapic.c555 apic_hrtime_stamp++;
557 apic_hrtime_stamp++;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c680 apic_hrtime_stamp++;
682 apic_hrtime_stamp++;

Completed in 54 milliseconds