Home
last modified time | relevance | path

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

/external/qemu-pc-bios/bochs/bios/
Drombios32.c1649 struct acpi_20_hpet *hpet; in acpi_bios_init() local
1733 hpet = (void *)(addr); in acpi_bios_init()
1734 addr += sizeof(*hpet); in acpi_bios_init()
1890 memset(hpet, 0, sizeof(*hpet)); in acpi_bios_init()
1894 hpet->timer_block_id = cpu_to_le32(0x8086a201); in acpi_bios_init()
1895 hpet->addr.address = cpu_to_le32(ACPI_HPET_ADDRESS); in acpi_bios_init()
1896 acpi_build_table_header((struct acpi_table_header *)hpet, in acpi_bios_init()
1897 "HPET", sizeof(*hpet), 1); in acpi_bios_init()
/external/qemu/
Dqemu-monitor.hx58 @item info hpet
Dqemu-options.hx675 DEF("no-hpet", 0, QEMU_OPTION_no_hpet,
676 "-no-hpet disable HPET\n")
679 @item -no-hpet