Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/i386/
H A Dmachine_check.c91 uint32_t stepping = cpuid_info()->cpuid_stepping; in mca_get_availability() local
94 ((model == CPUID_MODEL_HASWELL && stepping < 3) || in mca_get_availability()
95 (model == CPUID_MODEL_HASWELL_ULT && stepping < 1) || in mca_get_availability()
96 (model == CPUID_MODEL_CRYSTALWELL && stepping < 1))) { in mca_get_availability()
/xnu-12377.1.9/bsd/dev/i386/
H A Dsysctl.c419 SYSCTL_PROC(_machdep_cpu, OID_AUTO, stepping, CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_LOCKED,
/xnu-12377.1.9/doc/debugging/
H A Ddebugging.md450 Running debugger on working case and stepping through the load() method shows that this code is not…