Searched refs:erratum (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/vm/ |
H A D | mach_sfmmu_asm.s | 195 ! must avoid Cheetah+ erratum 34. In Cheetah+ erratum 34, under 198 ! this erratum, we scan the T16 top down for an unlocked TTE and
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_startup.c | 661 workaround_warning(cpu_t *cp, uint_t erratum) argument 663 cmn_err(CE_WARN, "cpu%d: no workaround for erratum %u", 664 cp->cpu_id, erratum); 668 workaround_applied(uint_t erratum) argument 670 if (erratum > 1000000) 672 erratum); 674 cmn_err(CE_CONT, "?workaround applied for cpu erratum #%d\n", 675 erratum); 746 case 0: /* erratum is not present: do nothing */ 748 case 1: /* erratum i [all...] |
H A D | cpuid.c | 1403 * We require the CLFLUSH instruction for erratum workaround 3372 * Return 0 if the erratum is not present or not applicable, positive 3373 * if it is, and negative if the status of the erratum is unknown. 3379 cpuid_opteron_erratum(cpu_t *cpu, uint_t erratum) argument 3432 switch (erratum) { 3593 * Determine if specified erratum is present via OSVW (OS Visible Workaround). 3594 * Return 1 if erratum is present, 0 if not present and -1 if indeterminate. 3597 osvw_opteron_erratum(cpu_t *cpu, uint_t erratum) argument 3620 switch (erratum) { 3630 * of the erratum wher [all...] |
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | us3_common_asm.s | 3082 ! apply Cheetah+ erratum 34 workaround 3127 ! In Cheetah+ erratum 34, under certain conditions an ITLB locked 3129 ! loaded via ASI_ITLB_IN. In order to avoid cheetah+ erratum 34, 3202 ! In Cheetah+ erratum 34, under certain conditions a DTLB locked 3204 ! loaded. In order to avoid cheetah+ erratum 34, locked index 0
|
Completed in 78 milliseconds