Searched refs:l2_cache_size (Results 1 – 7 of 7) sorted by relevance
44 add_hi(cpu.l2_cache_size); in dump_cpu()
56 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()
61 buffer, hardware->cpu.l2_cache_size); in compute_summarymenu()
114 hardware->cpu.l2_cache_size); in compute_processor()116 hardware->cpu.l2_cache_size); in compute_processor()
149 uint16_t l2_cache_size; member
52 add_int_item(L, "l2_cache", lua_cpu.l2_cache_size); in cpu_getflags()
596 cpu->l2_cache_size = c->x86_l2_cache_size; in set_generic_info()