OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_model
(Results
1 - 3
of
3
) 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/qemu/
vl.c
2090
const char *
cpu_model
;
local
[
all
...]
vl-android.c
2543
const char *
cpu_model
;
local
[
all
...]
Completed in 605 milliseconds