Searched refs:stepping (Results 1 – 3 of 3) sorted by relevance
91 uint32_t stepping = cpuid_info()->cpuid_stepping; in mca_get_availability() local93 if ((model == CPUID_MODEL_HASWELL && stepping < 3) || in mca_get_availability()94 (model == CPUID_MODEL_HASWELL_ULT && stepping < 1) || in mca_get_availability()95 (model == CPUID_MODEL_CRYSTALWELL && stepping < 1)) { in mca_get_availability()
419 SYSCTL_PROC(_machdep_cpu, OID_AUTO, stepping, CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_LOCKED,
610 Running debugger on working case and stepping through the load() method shows that this code is not…