Searched defs:erratum (Results 1 - 2 of 2) sorted by relevance
/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...] |
Completed in 90 milliseconds