Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/
Dx86_64.rs113 pub struct CpuIdEntry { struct
116 // flags is needed for KVM. We store it on CpuIdEntry to preserve the flags across argument
127 pub cpu_id_entries: Vec<CpuIdEntry>, argument
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc1004 const struct CpuIdEntry { in WriteCPUInformation() struct
1005 const char* field; in WriteCPUInformation()
1006 char format; in WriteCPUInformation()
1007 char bit_lshift; in WriteCPUInformation()
1008 char bit_length; in WriteCPUInformation()