Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c121 hpet.install_proxy = &hpet_install_proxy; in hpet_establish_hooks()
122 hpet.callback = &hpet_callback; in hpet_establish_hooks()
154 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_early_init()
158 hpet.supported = HPET_NO_SUPPORT; in hpet_early_init()
320 hpet.supported = HPET_TIMER_SUPPORT; in hpet_early_init()
371 if (hpet.supported == HPET_NO_SUPPORT) in hpet_acpi_fini()
373 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_acpi_fini()
375 if (hpet.supported > HPET_TIMER_SUPPORT) in hpet_acpi_fini()
425 hpet.supported = HPET_FULL_SUPPORT; in hpet_init_proxy()
439 if (hpet.supported != HPET_FULL_SUPPORT) in hpet_install_proxy()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet.h54 typedef struct hpet { struct
72 extern hpet_t hpet;
/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi.c536 ACPI_TABLE_HPET hpet; in build_hpet() local
542 memset(&hpet, 0, sizeof(hpet)); in build_hpet()
544 hpet.Id = htole32(hpet_capabilities); in build_hpet()
545 basl_fill_gas(&hpet.Address, ACPI_ADR_SPACE_SYSTEM_MEMORY, 0, 0, in build_hpet()
547 hpet.Flags = ACPI_HPET_PAGE_PROTECT4; in build_hpet()
548 BASL_EXEC(basl_table_append_content(table, &hpet, sizeof(hpet))); in build_hpet()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c138 return (hpet.callback(code)); in cstate_timer_callback()
163 return (hpet.use_hpet_timer(lapic_expire)); in cstate_use_timer()
165 hpet.use_lapic_timer(*lapic_expire); in cstate_use_timer()
652 if ((hpet.supported == HPET_FULL_SUPPORT) && in cpu_deep_cstates_supported()
653 hpet.install_proxy()) { in cpu_deep_cstates_supported()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c232 hpet_t hpet; variable