OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l1_instruction_cache_size
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/com32/hdt/
hdt-dump-cpu.c
43
add_hi(cpu.
l1_instruction_cache_size
);
hdt-menu-processor.c
104
hardware->cpu.
l1_instruction_cache_size
,
108
hardware->cpu.
l1_instruction_cache_size
,
hdt-cli-cpu.c
122
hardware->cpu.
l1_instruction_cache_size
,
/external/syslinux/com32/gplinclude/
cpuid.h
148
uint16_t
l1_instruction_cache_size
;
member in struct:__anon36941
/external/syslinux/com32/lua/src/
cpu.c
50
add_int_item(L, "l1_instruction_cache", lua_cpu.
l1_instruction_cache_size
);
/external/syslinux/com32/gpllib/
cpuid.c
595
cpu->
l1_instruction_cache_size
= c->x86_l1_instruction_cache_size;
Completed in 678 milliseconds