Linux Kernel
3.7.1
|
Data Fields | |
struct { | |
unsigned int level:3 | |
unsigned int is_self_initializing:1 | |
unsigned int is_fully_associative:1 | |
unsigned int reserved:4 | |
unsigned int num_threads_sharing:12 | |
unsigned int num_cores_on_die:6 | |
} | split |
u32 | full |
Definition at line 125 of file intel_cacheinfo.c.
u32 full |
Definition at line 135 of file intel_cacheinfo.c.
unsigned int is_fully_associative |
Definition at line 130 of file intel_cacheinfo.c.
unsigned int is_self_initializing |
Definition at line 129 of file intel_cacheinfo.c.
unsigned int level |
Definition at line 127 of file intel_cacheinfo.c.
unsigned int num_cores_on_die |
Definition at line 133 of file intel_cacheinfo.c.
unsigned int num_threads_sharing |
Definition at line 132 of file intel_cacheinfo.c.
unsigned int reserved |
Definition at line 131 of file intel_cacheinfo.c.
struct { ... } split |