Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 8 of 8) sorted by relevance

/haiku/src/system/boot/platform/atari_m68k/
H A Dcpu.cpp39 uint16 cpu_type, fpu_type, fpu_emul; in check_cpu_features() local
48 cpu_type = (uint16) c->ivalue; in check_cpu_features()
53 if (cpu_type < 30/*20*/) in check_cpu_features()
57 gKernelArgs.arch_args.cpu_type = 68000 + cpu_type; in check_cpu_features()
58 gKernelArgs.arch_args.mmu_type = 68000 + cpu_type; in check_cpu_features()
59 gKernelArgs.arch_args.has_lpstop = (cpu_type >= 60)?true:false; in check_cpu_features()
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h18 int cpu_type; member
/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h18 int cpu_type; // decimal: 68030, ... member
/haiku/src/system/kernel/arch/m68k/
H A Darch_system_info.cpp55 sCPURevision = args->arch_args.cpu_type; //TODO:is it what we want? in arch_system_info_init()
H A Darch_cpu.cpp60 arch_cpu_type = args->arch_args.cpu_type; in arch_cpu_init()
/haiku/src/system/boot/platform/next_m68k/
H A Dcpu.cpp44 gKernelArgs.arch_args.cpu_type = cpu; in check_cpu_features()
/haiku/src/system/boot/platform/amiga_m68k/
H A Dcpu.cpp63 gKernelArgs.arch_args.cpu_type = cpu; in check_cpu_features()
/haiku/src/system/libroot/os/
H A Dsystem_info.cpp34 int32 cpu_type; /* type of cpu */ member
91 info->cpu_type = LEGACY_B_CPU_X86; in _get_system_info()