Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.h1673 typedef struct CPUCacheInfo { struct
1674 enum CacheType type;
1675 uint8_t level;
1677 uint32_t size;
1679 uint16_t line_size;
1684 uint8_t associativity;
1686 uint8_t partitions;
1688 uint32_t sets;
1694 uint8_t lines_per_tag;
1697 bool self_init;
[all …]