Searched refs:cpu_type (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/cpu/x86/
H A Damd.cpp30 if ((info.cpu_type & B_CPU_x86_VENDOR_MASK) != B_CPU_AMD_x86)
35 if (info.cpu_type <= B_CPU_AMD_K6_2)
H A Dintel.cpp30 if ((info.cpu_type & B_CPU_x86_VENDOR_MASK) != B_CPU_INTEL_x86)
H A Dvia.cpp48 if ((info.cpu_type & B_CPU_x86_VENDOR_MASK) != B_CPU_VIA_IDT_x86)
/haiku-fatelf/headers/private/kernel/arch/arm/
H A Darch_kernel_args.h14 int cpu_type; member in struct:__anon1013
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h18 int cpu_type; member in struct:__anon1022
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dcpu.cpp39 uint16 cpu_type, fpu_type, fpu_emul; local
48 cpu_type = (uint16) c->ivalue;
53 if (cpu_type < 30/*20*/)
57 gKernelArgs.arch_args.cpu_type = 68000 + cpu_type;
58 gKernelArgs.arch_args.mmu_type = 68000 + cpu_type;
59 gKernelArgs.arch_args.has_lpstop = (cpu_type >= 60)?true:false;
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_system_info.cpp28 info->cpu_type = sCPUType;
48 sCPURevision = args->arch_args.cpu_type; //XXX
H A Darch_cpu.cpp60 arch_cpu_type = args->arch_args.cpu_type;
82 panic("unknown cpu_type %d\n", arch_cpu_type);
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h18 int cpu_type; // decimal: 68030, ... member in struct:__anon1018
/haiku-fatelf/src/bin/
H A Dsysinfo.cpp15 #include <cpu_type.h>
472 if ((sys_info->cpu_type & B_CPU_x86_VENDOR_MASK) == B_CPU_AMD_x86) {
484 } else if ((sys_info->cpu_type & B_CPU_x86_VENDOR_MASK)
575 (info->cpu_type & B_CPU_x86_VENDOR_MASK) == B_CPU_INTEL_x86 ?
599 if ((info->cpu_type & B_CPU_x86_VENDOR_MASK) == B_CPU_AMD_x86
600 || (info->cpu_type & B_CPU_x86_VENDOR_MASK) == B_CPU_INTEL_x86) {
606 } else if ((info->cpu_type & B_CPU_x86_VENDOR_MASK)
615 print_intel_cache_descriptors(info->cpu_type, &cpuInfo);
616 } else if ((info->cpu_type & B_CPU_x86_VENDOR_MASK)
630 print_intel_cache_descriptors(info->cpu_type,
[all...]
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dcpu.cpp66 gKernelArgs.arch_args.cpu_type = cpu;
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_cpu.cpp53 arch_cpu_type = args->arch_args.cpu_type;
/haiku-fatelf/src/add-ons/kernel/drivers/power/enhanced_speedstep/
H A Denhanced_speedstep.cpp266 TRACE("est: cpu_type: %u vendor %u model %u\n", sysInfo.cpu_type,
267 sysInfo.cpu_type & B_CPU_x86_VENDOR_MASK, sysInfo.cpu_type & 0x00FF);
268 if ((sysInfo.cpu_type & B_CPU_x86_VENDOR_MASK) != B_CPU_INTEL_x86)
H A Dfrequency.cpp101 if (cpuInfo->vendor_id == uint32(info.cpu_type & B_CPU_x86_VENDOR_MASK)
/haiku-fatelf/src/add-ons/media/media-add-ons/video_mixer/
H A DCpuCapabilities.cpp12 #include <cpu_type.h>
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DCpuCapabilities.cpp15 #include <cpu_type.h>
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_system_info.cpp63 info->cpu_type = sCPUType;
/haiku-fatelf/headers/private/shared/
H A Dcpu_type.h184 switch (info->cpu_type) {
403 if ((info->cpu_type & B_CPU_x86_VENDOR_MASK) == B_CPU_INTEL_x86) {
423 vendor = get_cpu_vendor_string(info.cpu_type);
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_cpu.cpp53 arch_cpu_type = args->arch_args.cpu_type;
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_system_info.cpp65 info->cpu_type = (cpu_types)sCpuType;
/haiku-fatelf/src/apps/pulse/
H A DNormalPulseView.cpp25 #include <cpu_type.h>
133 switch (sys_info.cpu_type & B_CPU_x86_VENDOR_MASK) {
/haiku-fatelf/src/apps/debugger/controllers/
H A DDebugReportGenerator.cpp11 #include <cpu_type.h>
207 info.cpu_count, get_cpu_vendor_string(info.cpu_type),
/haiku-fatelf/headers/os/kernel/
H A DOS.h644 } cpu_type; typedef in typeref:enum:cpu_types
732 enum cpu_types cpu_type; /* type of cpu */ member in struct:__anon384
/haiku-fatelf/src/bin/gdb/opcodes/
H A Darc-opc.c507 static int cpu_type;
537 cpu_type = flags;
577 if (ARC_OPCODE_CPU (opcode->flags) <= cpu_type)
505 static int cpu_type; variable
/haiku-fatelf/src/apps/aboutsystem/
H A DAboutSystem.cpp48 #include <cpu_type.h>
637 cpuType << get_cpu_vendor_string(systemInfo.cpu_type)

Completed in 370 milliseconds

12