uv_system_type 17 arch/x86/include/asm/uv/uv.h extern enum uv_system_type get_uv_system_type(void); uv_system_type 32 arch/x86/include/asm/uv/uv.h static inline enum uv_system_type get_uv_system_type(void) { return UV_NONE; } uv_system_type 27 arch/x86/kernel/apic/x2apic_uv_x.c static enum uv_system_type uv_system_type; uv_system_type 297 arch/x86/kernel/apic/x2apic_uv_x.c uv_system_type = UV_X2APIC; uv_system_type 302 arch/x86/kernel/apic/x2apic_uv_x.c uv_system_type = UV_NON_UNIQUE_APIC; uv_system_type 310 arch/x86/kernel/apic/x2apic_uv_x.c uv_system_type = UV_LEGACY_APIC; uv_system_type 317 arch/x86/kernel/apic/x2apic_uv_x.c pr_info("UV: OEM IDs %s/%s, System/HUB Types %d/%d, uv_apic %d\n", oem_id, oem_table_id, uv_system_type, uv_min_hub_revision_id, uv_apic); uv_system_type 328 arch/x86/kernel/apic/x2apic_uv_x.c enum uv_system_type get_uv_system_type(void) uv_system_type 330 arch/x86/kernel/apic/x2apic_uv_x.c return uv_system_type; uv_system_type 335 arch/x86/kernel/apic/x2apic_uv_x.c return uv_system_type != UV_NONE; uv_system_type 1267 arch/x86/kernel/apic/x2apic_uv_x.c uv_system_type = UV_NONE;