Searched refs:stepping (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tools/
H A Dcpuidtool.c87 int stepping = cpuid & 0xf; local
90 model, stepping);
/haiku/src/system/kernel/arch/x86/32/
H A Dsyscalls.cpp91 && gCPU[0].arch.stepping < 3)) {
/haiku/headers/private/shared/
H A Dcpu_type.h271 uint8 stepping = cpuModel & 0xf; local
452 if (stepping < 8)
459 if (stepping < 8)
/haiku/src/system/kernel/arch/x86/
H A Darch_system_info.cpp100 | (cpu->arch.family << 8) | (cpu->arch.model << 4) | cpu->arch.stepping;
H A Darch_cpu.cpp1313 // get the family, model, stepping
1320 cpu->arch.stepping = cpuid.eax_1.stepping;
1323 "extended_model %d stepping %d, string '%s'\n",
1326 cpu->arch.extended_model, cpu->arch.stepping, vendorString);
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h298 uint8 stepping; member in struct:hda_codec
H A Dhda_codec.cpp1507 uint8 stepping; member in struct:__anon3
1535 codec->stepping = response.stepping;
1580 response.major, response.minor, response.revision, response.stepping,
/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp373 "%02x-%02x-%02x", family, model, info.eax_1.stepping);
/haiku/src/bin/
H A Dsysinfo.cpp460 info->eax_1.model, info->eax_1.stepping);
463 ", stepping %" B_PRIu32 "\n",
469 info->eax_1.stepping);
473 ", stepping %" B_PRIu32 "\n",
480 info->eax_1.stepping);
/haiku/src/kits/media/
H A DParameterWeb.cpp758 float minimum, float maximum, float stepping)
764 kind, unit, minimum, maximum, stepping);
1972 const char* unit, float minimum, float maximum, float stepping)
1976 fStepping(stepping),
756 MakeContinuousParameter(int32 id, media_type mediaType, const char* name, const char* kind, const char* unit, float minimum, float maximum, float stepping) argument
1970 BContinuousParameter(int32 id, media_type mediaType, BParameterWeb* web, const char* name, const char* kind, const char* unit, float minimum, float maximum, float stepping) argument
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h542 int stepping; member in struct:arch_cpu_info
/haiku/headers/os/kernel/
H A DOS.h565 uint32 stepping : 4; member in struct:__anon16::__anon18

Completed in 93 milliseconds