OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_model
(Results
1 - 12
of
12
) 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
);
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
876
int pci_enabled, const char *
cpu_model
)
907
if (
cpu_model
== NULL) {
909
cpu_model
= "qemu64";
911
cpu_model
= "qemu32";
916
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-i386/
helper.c
311
static int cpu_x86_find_by_name(x86_def_t *x86_cpu_def, const char *
cpu_model
)
316
char *s = strdup(
cpu_model
);
418
static int cpu_x86_register (CPUX86State *env, const char *
cpu_model
)
422
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
2543
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 3704 milliseconds