Searched refs:uv_archtype (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | x2apic_uv_x.c | 36 static u8 uv_archtype[UV_AT_SIZE + 1]; variable 329 uv_stringify(sizeof(uv_archtype), uv_archtype, uv_ate->archtype); in decode_arch_type() 387 uv_stringify(sizeof(uv_archtype), uv_archtype, oem_id); in uv_set_system_type() 390 if (strncmp(uv_archtype, "SGI", 3) != 0) { in uv_set_system_type() 393 if (strncmp(uv_archtype, "NSGI", 4) != 0) in uv_set_system_type() 402 if (strncmp(uv_archtype, "NSGI5", 5) == 0) in uv_set_system_type() 406 else if (strncmp(uv_archtype, "NSGI4", 5) == 0) in uv_set_system_type() 428 !strncmp(uv_archtype, "SGI5", 4) ? UV5_HUB_REVISION_BASE : in uv_set_system_type() 429 !strncmp(uv_archtype, "SGI4", 4) ? UV4_HUB_REVISION_BASE : in uv_set_system_type() 430 !strncmp(uv_archtype, "SGI3", 4) ? UV3_HUB_REVISION_BASE : in uv_set_system_type() [all …]
|