OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_l1_data_cache_size
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/gpllib/
cpuid.c
209
c->
x86_l1_data_cache_size
= ecx >> 24;
289
c->
x86_l1_data_cache_size
= 16; /* Yep 16K integrated cache thats it */
594
cpu->l1_data_cache_size = c->
x86_l1_data_cache_size
;
/external/syslinux/com32/gplinclude/
cpuid.h
240
uint16_t
x86_l1_data_cache_size
; /* in KB, if available */
member in struct:cpuinfo_x86
Completed in 600 milliseconds