HomeSort by relevance Sort by last modified time
    Searched defs:cpu_model (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libop/
op_hw_specific.h 64 static inline unsigned int cpu_model(unsigned int eax) function
94 if (cpu_family(eax) != 6 || cpu_model(eax) != 26
142 int model = cpu_model(cpuid_signature());
  /external/linux-tools-perf/util/
svghelper.c 203 static char *cpu_model(void) function
255 10+time2pixels(first_time), cpu2y(cpu) + SLOT_MULT + SLOT_HEIGHT - 4, cpu_model());
  /external/qemu/
vl.c 2090 const char *cpu_model; local
    [all...]
vl-android.c 2556 const char *cpu_model; local
    [all...]
  /external/qemu/target-mips/
cpu.h 463 const mips_def_t *cpu_model; member in struct:CPUMIPSState
612 CPUMIPSState *cpu_mips_init(const char *cpu_model);

Completed in 89 milliseconds