Home
last modified time | relevance | path

Searched defs:CPUCacheInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu.h1756 typedef struct CPUCacheInfo { struct
1757 enum CacheType type;
1758 uint8_t level;
1760 uint32_t size;
1762 uint16_t line_size;
1767 uint8_t associativity;
1769 uint8_t partitions;
1771 uint32_t sets;
1777 uint8_t lines_per_tag;
1780 bool self_init;
[all …]