Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.81.5/osfmk/i386/
H A Dmachine_check.c91 uint32_t stepping = cpuid_info()->cpuid_stepping; in mca_get_availability() local
93 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()
/xnu-10002.81.5/bsd/dev/i386/
H A Dsysctl.c419 SYSCTL_PROC(_machdep_cpu, OID_AUTO, stepping, CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_LOCKED,
/xnu-10002.81.5/doc/
H A Ddebugging.md610 Running debugger on working case and stepping through the load() method shows that this code is not…