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

  /src/sys/arch/mips/cavium/
octeon_misc.c 97 bool tested; local in function:octeon_cpu_model
141 * Assume all CPU families haven't been tested unless explicitly
145 tested = false;
172 tested = true;
203 tested = true;
208 tested = true;
215 clock_mhz, tested ? "" : " (unverified)");
217 if (!tested)
octeon_misc.c 97 bool tested; local in function:octeon_cpu_model
141 * Assume all CPU families haven't been tested unless explicitly
145 tested = false;
172 tested = true;
203 tested = true;
208 tested = true;
215 clock_mhz, tested ? "" : " (unverified)");
217 if (!tested)

Completed in 21 milliseconds