OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x86_cpuid
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
94
static __inline__ void
x86_cpuid
(int func, int values[4])
function
113
static __inline__ void
x86_cpuid
(int func, int values[4])
function
1004
x86_cpuid
(0, regs);
1009
x86_cpuid
(1, regs);
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
95
static __inline__ void
x86_cpuid
(int func, int values[4])
function
114
static __inline__ void
x86_cpuid
(int func, int values[4])
function
1005
x86_cpuid
(0, regs);
1010
x86_cpuid
(1, regs);
[
all
...]
Completed in 57 milliseconds