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

/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h18 int cpu_type; member in struct:__anon1022
/haiku/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/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h18 int cpu_type; // decimal: 68030, ... member in struct:__anon385
/haiku/src/system/boot/platform/amiga_m68k/
H A Dcpu.cpp63 gKernelArgs.arch_args.cpu_type = cpu;
/haiku/src/system/boot/platform/next_m68k/
H A Dcpu.cpp44 gKernelArgs.arch_args.cpu_type = cpu;
/haiku/src/system/kernel/arch/m68k/
H A Darch_system_info.cpp55 sCPURevision = args->arch_args.cpu_type; //TODO:is it what we want?
H A Darch_cpu.cpp60 arch_cpu_type = args->arch_args.cpu_type;
82 panic("unknown cpu_type %d\n", arch_cpu_type);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DCpuCapabilities.cpp15 #include <cpu_type.h>
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DCpuCapabilities.cpp12 #include <cpu_type.h>
/haiku/src/system/libroot/os/
H A Dsystem_info.cpp34 int32 cpu_type; /* type of cpu */ member in struct:__anon30
91 info->cpu_type = LEGACY_B_CPU_X86;
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp27 #include <cpu_type.h>
/haiku/src/bin/
H A Dsysinfo.cpp15 #include <cpu_type.h>
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp9 #include <cpu_type.h>
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp66 #include <cpu_type.h>

Completed in 80 milliseconds