uv_system_type     31 arch/x86/kernel/genx2apic_uv_x.c static enum uv_system_type uv_system_type;
uv_system_type     37 arch/x86/kernel/genx2apic_uv_x.c 			uv_system_type = UV_LEGACY_APIC;
uv_system_type     39 arch/x86/kernel/genx2apic_uv_x.c 			uv_system_type = UV_X2APIC;
uv_system_type     41 arch/x86/kernel/genx2apic_uv_x.c 			uv_system_type = UV_NON_UNIQUE_APIC;
uv_system_type     48 arch/x86/kernel/genx2apic_uv_x.c enum uv_system_type get_uv_system_type(void)
uv_system_type     50 arch/x86/kernel/genx2apic_uv_x.c 	return uv_system_type;
uv_system_type     55 arch/x86/kernel/genx2apic_uv_x.c 	return uv_system_type != UV_NONE;
uv_system_type     47 include/asm-x86/genapic_64.h extern enum uv_system_type get_uv_system_type(void);