Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dtime.c30 unsigned long hpet_address; variable
342 if (hpet_address) { in timer_interrupt()
538 if (!hpet_address) in hpet_init()
540 set_fixmap_nocache(FIX_HPET_BASE, hpet_address); in hpet_init()
620 if (!hpet_address) { in time_init()
625 hpet_address = inl(0xcfc) & 0xfffffffe; in time_init()
626 printk(KERN_WARNING "time.c: WARNING: Enabled HPET at at %#lx.\n", hpet_address); in time_init()
631 hpet_address = 0; in time_init()
666 if (hpet_address) { in time_init_smp()
Dvsyscall.c139 if (hpet_address) in map_vsyscall()
140 __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL); in map_vsyscall()
Dacpi.c387 hpet_address = hpet_tbl->addr.addrl | ((long) hpet_tbl->addr.addrh << 32); in acpi_parse_hpet()
389 printk(KERN_INFO "acpi: HPET id: %#x base: %#lx\n", hpet_tbl->id, hpet_address); in acpi_parse_hpet()
Dapic.c731 if (hpet_address) { in setup_APIC_timer()
/linux-2.4.37.9/include/asm-x86_64/
Dtimex.h66 extern unsigned long hpet_address;