Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1507 char *cpu_type, buf[FM_MAX_CLASS]; local
1530 cpu_type = FM_EREPORT_CPU_SPARC64_VI;
1533 cpu_type = FM_EREPORT_CPU_SPARC64_VII;
1536 cpu_type = FM_EREPORT_CPU_UNSUPPORTED;
1549 FM_ERROR_CPU, cpu_type, aflt->flt_erpt_class);
H A Dus3_common.c6666 char *cpu_type, buf[FM_MAX_CLASS]; local
6693 cpu_type = FM_EREPORT_CPU_USIII;
6696 cpu_type = FM_EREPORT_CPU_USIIIplus;
6699 cpu_type = FM_EREPORT_CPU_USIIIi;
6702 cpu_type = FM_EREPORT_CPU_USIIIiplus;
6705 cpu_type = FM_EREPORT_CPU_USIV;
6708 cpu_type = FM_EREPORT_CPU_USIVplus;
6711 cpu_type = FM_EREPORT_CPU_UNSUPPORTED;
6721 FM_ERROR_CPU, cpu_type, aflt->flt_erpt_class);
/titanic_50/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c1437 cmd_cpu_type2name(hdl, cpu->cpu_type), type); in cmd_cpu_create_faultlist()
1463 core2cpus(cpu->cpu_cpuid, cpu->cpu_type, cpu->cpu_level, in cmd_cpu_create_faultlist()
1483 CMD_CPU_LEVEL_THREAD, cpu->cpu_type); in cmd_cpu_create_faultlist()
1661 cpu->cpu_type = type; in cpu_create()
1726 core2cpus(cpu->cpu_cpuid, cpu->cpu_type, cpu->cpu_level, in cpu_all_threads_invalid()
1850 new->cpu_type = old->cpu0_type; in cpu_v0tov3()
1876 new->cpu_type = old->cpu1_type; in cpu_v1tov3()
1902 new->cpu_type = old->cpu2_type; in cpu_v2tov3()
H A Dcmd_cpu.h424 #define cpu_type cpu_pers.cpup_type macro
/titanic_50/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_cpu_arch.c100 if (cpu->cpu_type == CPU_ULTRASPARC_T1) { in cmd_fill_errdata()
H A Dcmd_memerr_arch.c103 switch (cpu->cpu_type) { in cmd_mem_synd_check()
/titanic_50/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c68 ((cpu->cpu_type == CPU_ULTRASPARC_IIIi || in cmd_mem_synd_check()
69 cpu->cpu_type == CPU_ULTRASPARC_IIIiplus) && in cmd_mem_synd_check()
H A Dcmd_Lxcache.c598 cmd_cpu_type2name(hdl, cpu->cpu_type), fltnm); in cmd_Lxcache_fault()