Home
last modified time | relevance | path

Searched refs:l2_cache_size (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-dump-cpu.c44 add_hi(cpu.l2_cache_size); in dump_cpu()
Dhdt-cli-cpu.c56 more_printf(" L2 Cache : %dK\n", hardware->cpu.l2_cache_size); in main_show_cpu()
124 more_printf("L2 Cache : %dK\n", hardware->cpu.l2_cache_size); in show_cpu()
Dhdt-menu-summary.c61 buffer, hardware->cpu.l2_cache_size); in compute_summarymenu()
Dhdt-menu-processor.c114 hardware->cpu.l2_cache_size); in compute_processor()
116 hardware->cpu.l2_cache_size); in compute_processor()
/external/syslinux/com32/gplinclude/
Dcpuid.h149 uint16_t l2_cache_size; member
/external/syslinux/com32/lua/src/
Dcpu.c52 add_int_item(L, "l2_cache", lua_cpu.l2_cache_size); in cpu_getflags()
/external/syslinux/com32/gpllib/
Dcpuid.c596 cpu->l2_cache_size = c->x86_l2_cache_size; in set_generic_info()