OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_model
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/v8/src/
cpu.cc
448
char*
cpu_model
= cpu_info.ExtractField("cpu model");
local
449
has_fpu_ = HasListItem(
cpu_model
, "FPU");
450
delete[]
cpu_model
;
/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
2558
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 3268 milliseconds