HomeSort by relevance Sort by last modified time
    Searched refs:l2_cache_size (Results 1 - 8 of 8) sorted by null

  /external/syslinux/com32/hdt/
hdt-dump-cpu.c 44 add_hi(cpu.l2_cache_size);
hdt-cli-cpu.c 56 more_printf(" L2 Cache : %dK\n", hardware->cpu.l2_cache_size);
124 more_printf("L2 Cache : %dK\n", hardware->cpu.l2_cache_size);
hdt-menu-summary.c 61 buffer, hardware->cpu.l2_cache_size);
hdt-menu-processor.c 114 hardware->cpu.l2_cache_size);
116 hardware->cpu.l2_cache_size);
  /external/syslinux/com32/gplinclude/
cpuid.h 149 uint16_t l2_cache_size; member in struct:__anon33515
  /external/syslinux/com32/lua/src/
cpu.c 52 add_int_item(L, "l2_cache", lua_cpu.l2_cache_size);
  /external/syslinux/com32/gpllib/
cpuid.c 596 cpu->l2_cache_size = c->x86_l2_cache_size;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 160 const int l2_cache_size; /* size of l2 cache, in kilobytes. */ member in struct:processor_costs
    [all...]

Completed in 210 milliseconds