Home
last modified time | relevance | path

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

/external/syslinux/com32/gpllib/
Dcpuid.c209 c->x86_l1_data_cache_size = ecx >> 24; in detect_cache()
289 c->x86_l1_data_cache_size = 16; /* Yep 16K integrated cache thats it */ in detect_cyrix()
594 cpu->l1_data_cache_size = c->x86_l1_data_cache_size; in set_generic_info()
/external/syslinux/com32/gplinclude/
Dcpuid.h240 uint16_t x86_l1_data_cache_size; /* in KB, if available */ member