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

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

Completed in 28 milliseconds