Searched refs:eax_0 (Results 1 - 14 of 14) sorted by relevance

/haiku/src/libs/gnu/
H A Dsched_getcpu.cpp54 if (cpuInfo.eax_0.max_eax >= 0x7) {
62 if (cpuInfo.eax_0.max_eax >= 0x80000001) {
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DCpuCapabilities.cpp43 maxStandardFunction = baseInfo.eax_0.max_eax;
53 if (cpuInfo.eax_0.max_eax > 0x80000000) {
54 maxExtendedFunction = cpuInfo.eax_0.max_eax & 0xff;
/haiku/src/system/libroot/os/arch/x86_64/
H A Dsystem_time.cpp70 if (cpuInfo.eax_0.max_eax >= 0x80000001) {
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DCpuCapabilities.cpp45 maxStandardFunction = baseInfo.eax_0.max_eax;
/haiku/src/bin/
H A Dsysinfo.cpp530 int32 maxStandardFunction = baseInfo.eax_0.max_eax;
544 if (cpuInfo.eax_0.max_eax > 0x80000000)
545 maxExtendedFunction = cpuInfo.eax_0.max_eax & 0xff;
576 baseInfo.eax_0.vendor_id : cpuInfo.eax_0.vendor_id);
579 printf("CPU #%" B_PRId32 ": %.12s\n", cpu, baseInfo.eax_0.vendor_id);
634 if (!strncmp(baseInfo.eax_0.vendor_id, "CyrixInstead", 12)) {
/haiku/headers/private/shared/
H A Dcpu_type.h211 maxStandardFunction = baseInfo.eax_0.max_eax;
224 if (cpuInfo.eax_0.max_eax > 0x80000000)
225 maxExtendedFunction = cpuInfo.eax_0.max_eax & 0xff;
/haiku/src/add-ons/kernel/power/cpuidle/intel_cstates/
H A Dintel_cstates.cpp139 uint32 maxBasicLeaf = cpuid.eax_0.max_eax;
/haiku/src/system/kernel/arch/x86/
H A Darch_system_info.cpp106 uint32 maxBasicLeaf = cpuid.eax_0.max_eax;
H A Darch_cpu.cpp1307 uint32 maxBasicLeaf = cpuid.eax_0.max_eax;
1311 memcpy(vendorString, cpuid.eax_0.vendor_id, sizeof(cpuid.eax_0.vendor_id));
1348 uint32 maxExtendedLeaf = cpuid.eax_0.max_eax;
1575 uint32 maxBasicLeaf = cpuid.eax_0.max_eax;
/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp355 bool isIntel = strncmp(info.eax_0.vendor_id, "GenuineIntel", 12) == 0;
356 bool isAmd = strncmp(info.eax_0.vendor_id, "AuthenticAMD", 12) == 0;
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp212 && (cpuInfo.eax_0.max_eax & 0xff) >= 8) {
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp592 uint32 maxBasicLeaf = info.eax_0.max_eax;
/haiku/headers/os/kernel/
H A DOS.h562 } eax_0; member in union:__anon16
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp147 memcpy(vendor, cpuInfo.eax_0.vendor_id, 12);

Completed in 267 milliseconds