Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c1355 uint64_t lapic_count, dead_count; in hpet_use_hpet_timer() local
1379 lapic_count = apic_timer_stop_count_fn(); in hpet_use_hpet_timer()
1382 *lapic_expire = expire = now + lapic_count; in hpet_use_hpet_timer()
1383 if (lapic_count == (hrtime_t)-1) { in hpet_use_hpet_timer()
1415 lapic_count = apic_timer_stop_count_fn(); in hpet_use_hpet_timer()
1417 *lapic_expire = expire = now + lapic_count; in hpet_use_hpet_timer()
1418 if (lapic_count == (hrtime_t)-1) { in hpet_use_hpet_timer()