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

  /external/qemu/hw/
boards.h 11 const char *cpu_model);
arm-misc.h 21 const char *kernel_filename, const char *cpu_model);
android_arm.c 67 const char *cpu_model)
76 if (!cpu_model)
77 cpu_model = "arm926";
79 env = cpu_init(cpu_model);
mips_r4k.c 162 const char *initrd_filename, const char *cpu_model)
177 if (cpu_model == NULL) {
179 cpu_model = "R4000";
181 cpu_model = "24Kf";
184 env = cpu_init(cpu_model);
android_mips.c 155 const char *cpu_model)
162 if (!cpu_model)
163 cpu_model = "24Kf";
165 env = cpu_init(cpu_model);
armv7m.c 157 const char *kernel_filename, const char *cpu_model)
173 if (!cpu_model)
174 cpu_model = "cortex-m3";
175 env = cpu_init(cpu_model);
pc.c 881 int pci_enabled, const char *cpu_model)
912 if (cpu_model == NULL) {
914 cpu_model = "qemu64";
916 cpu_model = "qemu32";
921 env = cpu_init(cpu_model);
    [all...]
  /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/qemu/target-mips/
translate.c     [all...]
cpu.h 463 const mips_def_t *cpu_model; member in struct:CPUMIPSState
612 CPUMIPSState *cpu_mips_init(const char *cpu_model);
  /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/target-i386/
helper.c 312 static int cpu_x86_find_by_name(x86_def_t *x86_cpu_def, const char *cpu_model)
317 char *s = strdup(cpu_model);
419 static int cpu_x86_register (CPUX86State *env, const char *cpu_model)
423 if (cpu_x86_find_by_name(def, cpu_model) < 0)
    [all...]
cpu.h 704 CPUX86State *cpu_x86_init(const char *cpu_model);
  /external/qemu/
vl-android.c 2558 const char *cpu_model; local
    [all...]
vl.c 2090 const char *cpu_model; local
    [all...]
  /external/qemu/target-arm/
cpu.h 241 CPUARMState *cpu_arm_init(const char *cpu_model);
helper.c 375 CPUARMState *cpu_arm_init(const char *cpu_model)
381 id = cpu_arm_find_by_name(cpu_model);
391 env->cpu_model_str = cpu_model;
    [all...]

Completed in 207 milliseconds