hpet_address       65 arch/x86/include/asm/hpet.h extern unsigned long hpet_address;
hpet_address      877 arch/x86/kernel/acpi/boot.c 	hpet_address = hpet_tbl->address.address;
hpet_address      884 arch/x86/kernel/acpi/boot.c 	if (!hpet_address) {
hpet_address      887 arch/x86/kernel/acpi/boot.c 		       hpet_tbl->id, hpet_address);
hpet_address      896 arch/x86/kernel/acpi/boot.c 	if (hpet_address == 0xfed0000000000000UL) {
hpet_address      902 arch/x86/kernel/acpi/boot.c 			hpet_address = 0;
hpet_address      908 arch/x86/kernel/acpi/boot.c 		hpet_address >>= 32;
hpet_address      912 arch/x86/kernel/acpi/boot.c 	       hpet_tbl->id, hpet_address);
hpet_address      930 arch/x86/kernel/acpi/boot.c 	hpet_res->start = hpet_address;
hpet_address      931 arch/x86/kernel/acpi/boot.c 	hpet_res->end = hpet_address + (1 * 1024) - 1;
hpet_address      131 arch/x86/kernel/devicetree.c 	hpet_address = r.start;
hpet_address       49 arch/x86/kernel/hpet.c unsigned long				hpet_address;
hpet_address       87 arch/x86/kernel/hpet.c 	hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);
hpet_address      127 arch/x86/kernel/hpet.c 	return !boot_hpet_disable && hpet_address;
hpet_address      192 arch/x86/kernel/hpet.c 	hd.hd_phys_address	= hpet_address;
hpet_address      919 arch/x86/kernel/hpet.c 	hpet_address = 0;
hpet_address      941 arch/x86/kernel/hpet.c 	if (!hpet_address) {
hpet_address      945 arch/x86/kernel/hpet.c 		hpet_address = force_hpet_address;
hpet_address      101 arch/x86/kernel/quirks.c 	if (hpet_address || force_hpet_address)
hpet_address      212 arch/x86/kernel/quirks.c 	if (hpet_address || force_hpet_address)
hpet_address      303 arch/x86/kernel/quirks.c 	if (hpet_address || force_hpet_address)
hpet_address      382 arch/x86/kernel/quirks.c 	if (hpet_address || force_hpet_address)
hpet_address      434 arch/x86/kernel/quirks.c 	if (hpet_address || force_hpet_address)
hpet_address      506 arch/x86/kernel/quirks.c 	if (hpet_address || force_hpet_address)
hpet_address      531 arch/x86/pci/fixup.c 	if (r->flags & IORESOURCE_MEM && r->start == hpet_address) {