Searched defs:CpuIdEntry (Results 1 – 2 of 2) sorted by relevance
113 pub struct CpuIdEntry { struct116 // flags is needed for KVM. We store it on CpuIdEntry to preserve the flags across argument127 pub cpu_id_entries: Vec<CpuIdEntry>, argument
1004 const struct CpuIdEntry { in WriteCPUInformation() struct1005 const char* field; in WriteCPUInformation()1006 char format; in WriteCPUInformation()1007 char bit_lshift; in WriteCPUInformation()1008 char bit_length; in WriteCPUInformation()