uv_systab         101 arch/x86/include/asm/uv/bios.h extern struct uv_systab *uv_systab;
uv_systab        1255 arch/x86/kernel/apic/x2apic_uv_x.c 	struct uv_systab *st;
uv_systab        1261 arch/x86/kernel/apic/x2apic_uv_x.c 	st = uv_systab;
uv_systab          19 arch/x86/platform/uv/bios_uv.c struct uv_systab *uv_systab;
uv_systab          24 arch/x86/platform/uv/bios_uv.c 	struct uv_systab *tab = uv_systab;
uv_systab         189 arch/x86/platform/uv/bios_uv.c 	uv_systab = NULL;
uv_systab         196 arch/x86/platform/uv/bios_uv.c 	uv_systab = ioremap(uv_systab_phys, sizeof(struct uv_systab));
uv_systab         197 arch/x86/platform/uv/bios_uv.c 	if (!uv_systab || strncmp(uv_systab->signature, UV_SYSTAB_SIG, 4)) {
uv_systab         199 arch/x86/platform/uv/bios_uv.c 		iounmap(uv_systab);
uv_systab         204 arch/x86/platform/uv/bios_uv.c 	if (uv_systab->revision >= UV_SYSTAB_VERSION_UV4) {
uv_systab         205 arch/x86/platform/uv/bios_uv.c 		int size = uv_systab->size;
uv_systab         207 arch/x86/platform/uv/bios_uv.c 		iounmap(uv_systab);
uv_systab         208 arch/x86/platform/uv/bios_uv.c 		uv_systab = ioremap(uv_systab_phys, size);
uv_systab         209 arch/x86/platform/uv/bios_uv.c 		if (!uv_systab) {
uv_systab         214 arch/x86/platform/uv/bios_uv.c 	pr_info("UV: UVsystab: Revision:%x\n", uv_systab->revision);