Searched defs:cpuid_cache_leaf (Results 1 – 1 of 1) sorted by relevance
156 struct cpuid_cache_leaf { struct157 uint32_t /* a */ type:5, level:3;158 bool self_init:1, fully_assoc:1;160 uint32_t /* b */ line_size:12, partitions:10, ways:10;161 uint32_t /* c */ sets;162 bool /* d */ wbinvd:1, inclusive:1, complex:1;
Completed in 10 milliseconds