Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h135 extern volatile int apic_hrtime_stamp;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c177 volatile int apic_hrtime_stamp = 0; variable
705 while ((old_hrtime_stamp = apic_hrtime_stamp) & 1) in apic_gettime()
710 if (apic_hrtime_stamp != old_hrtime_stamp) { /* got an interrupt */ in apic_gettime()
750 while ((old_hrtime_stamp = apic_hrtime_stamp) & 1) in apic_gethrtime()
803 if (apic_hrtime_stamp != old_hrtime_stamp) { /* got an interrupt */ in apic_gethrtime()
H A Dapic.c566 apic_hrtime_stamp++; in apic_intr_enter()
568 apic_hrtime_stamp++; in apic_intr_enter()
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c661 apic_hrtime_stamp++; in apix_intr_enter()
663 apic_hrtime_stamp++; in apix_intr_enter()