Home
last modified time | relevance | path

Searched refs:x86_l2_cache_size (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/gpllib/
Dcpuid.c214 c->x86_l2_cache_size = 0; in detect_cache()
244 c->x86_l2_cache_size = l2size; in detect_cache()
596 cpu->l2_cache_size = c->x86_l2_cache_size; in set_generic_info()
/external/syslinux/com32/gplinclude/
Dcpuid.h242 uint16_t x86_l2_cache_size; /* in KB, if available */ member