HomeSort by: relevance | last modified time | path
    Searched refs:_cpu_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_arch.cpp 41 static int _cpu_type; variable
46 if (_cpu_type == 0) {
48 _cpu_type = 3;
52 _cpu_type = si.wProcessorLevel;
56 return _cpu_type;

Completed in 15 milliseconds