OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_l1_instruction_cache_size
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/gplinclude/
cpuid.h
241
uint16_t
x86_l1_instruction_cache_size
; /* in KB, if available */
member in struct:cpuinfo_x86
/external/syslinux/com32/gpllib/
cpuid.c
210
c->
x86_l1_instruction_cache_size
= edx >> 24;
595
cpu->l1_instruction_cache_size = c->
x86_l1_instruction_cache_size
;
Completed in 182 milliseconds