Searched refs:cpu_type (Results 1 – 8 of 8) sorted by relevance
39 uint16 cpu_type, fpu_type, fpu_emul; in check_cpu_features() local48 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()
18 int cpu_type; member
18 int cpu_type; // decimal: 68030, ... member
55 sCPURevision = args->arch_args.cpu_type; //TODO:is it what we want? in arch_system_info_init()
60 arch_cpu_type = args->arch_args.cpu_type; in arch_cpu_init()
44 gKernelArgs.arch_args.cpu_type = cpu; in check_cpu_features()
63 gKernelArgs.arch_args.cpu_type = cpu; in check_cpu_features()
34 int32 cpu_type; /* type of cpu */ member91 info->cpu_type = LEGACY_B_CPU_X86; in _get_system_info()