Lines Matching defs:cacheinfo
13546 struct cacheinfo { struct
13547 unsigned int id;
13548 enum cache_type type;
13549 unsigned int level;
13550 unsigned int coherency_line_size;
13551 unsigned int number_of_sets;
13552 unsigned int ways_of_associativity;
13553 unsigned int physical_line_partition;
13554 unsigned int size;
13555 cpumask_t shared_cpu_map;
13556 unsigned int attributes;
13557 void *fw_token;
13558 bool disable_sysfs;
13559 void *priv;