hpet_virt_address   58 arch/x86/kernel/hpet.c static void __iomem			*hpet_virt_address;
hpet_virt_address   77 arch/x86/kernel/hpet.c 	return readl(hpet_virt_address + a);
hpet_virt_address   82 arch/x86/kernel/hpet.c 	writel(d, hpet_virt_address + a);
hpet_virt_address   87 arch/x86/kernel/hpet.c 	hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);
hpet_virt_address   92 arch/x86/kernel/hpet.c 	iounmap(hpet_virt_address);
hpet_virt_address   93 arch/x86/kernel/hpet.c 	hpet_virt_address = NULL;
hpet_virt_address  193 arch/x86/kernel/hpet.c 	hd.hd_address		= hpet_virt_address;
hpet_virt_address  823 arch/x86/kernel/hpet.c 	if (!hpet_virt_address)
hpet_virt_address  949 arch/x86/kernel/hpet.c 	if (!hpet_virt_address)
hpet_virt_address  981 arch/x86/kernel/hpet.c 	if (!is_hpet_capable() || !hpet_virt_address)