Searched refs:ERRATA_NONE (Results 1 – 5 of 5) sorted by relevance
35 ERRATA_NONE, /* No errata for this feature on this system. */ enumerator
116 return (ERRATA_NONE); in errata_cpu_feat_errata_check()
69 errata_status = ERRATA_NONE; in enable_cpu_feat()
2303 MPASS(emulate_ctr || errata_status != ERRATA_NONE); in user_ctr_enable()2310 if (errata_status != ERRATA_NONE && PCPU_GET(cpuid) == 0 && in user_ctr_enable()
1700 if (errata_status != ERRATA_NONE) in pmap_dbm_enable()