Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/sys/
H A Dhpet.h52 typedef struct hpet { struct
70 extern hpet_t hpet;
/titanic_44/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c112 hpet.install_proxy = &hpet_install_proxy; in hpet_establish_hooks()
113 hpet.callback = &hpet_callback; in hpet_establish_hooks()
114 hpet.use_hpet_timer = &hpet_use_hpet_timer; in hpet_establish_hooks()
115 hpet.use_lapic_timer = &hpet_use_lapic_timer; in hpet_establish_hooks()
142 hpet.supported = HPET_NO_SUPPORT; in hpet_acpi_init()
266 hpet.supported = HPET_TIMER_SUPPORT; in hpet_acpi_init()
274 if (hpet.supported == HPET_NO_SUPPORT) in hpet_acpi_fini()
276 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_acpi_fini()
278 if (hpet.supported > HPET_TIMER_SUPPORT) in hpet_acpi_fini()
324 hpet.supported = HPET_FULL_SUPPORT; in hpet_init_proxy()
[all …]
/titanic_44/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c135 return (hpet.callback(code)); in cstate_timer_callback()
160 return (hpet.use_hpet_timer(lapic_expire)); in cstate_use_timer()
162 hpet.use_lapic_timer(*lapic_expire); in cstate_use_timer()
636 if ((hpet.supported == HPET_FULL_SUPPORT) && in cpu_deep_cstates_supported()
637 hpet.install_proxy()) { in cpu_deep_cstates_supported()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_machdep.c228 hpet_t hpet; variable