Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dcpu_id.cc49 void CpuId(int info_eax, int info_ecx, int* cpu_info) { in CpuId() function
95 void CpuId(int eax, int ecx, int* cpu_info) { in CpuId() function
/external/libyuv/files/source/
Dcpu_id.cc49 void CpuId(int info_eax, int info_ecx, int* cpu_info) { in CpuId() function
95 void CpuId(int eax, int ecx, int* cpu_info) { in CpuId() function
/external/rust/crates/gdbstub/examples/armv4t_multicore/
Demu.rs22 pub enum CpuId { enum
171 pub fn step(&mut self) -> Option<(Event, CpuId)> { in step() argument
Dgdb.rs39 fn tid_to_cpuid(tid: Tid) -> Result<CpuId, &'static str> { in tid_to_cpuid()
/external/libgav1/libgav1/src/utils/
Dcpu.cc31 void CpuId(int leaf, uint32_t info[4]) { in CpuId() function
/external/libaom/libaom/third_party/libyuv/source/
Dcpu_id.cc50 void CpuId(uint32 info_eax, uint32 info_ecx, uint32* cpu_info) { in CpuId() function
/external/crosvm/hypervisor/src/
Dx86_64.rs18 fn get_supported_cpuid(&self) -> Result<CpuId>; in get_supported_cpuid()
21 fn get_emulated_cpuid(&self) -> Result<CpuId>; in get_emulated_cpuid()
98 fn get_hyperv_cpuid(&self) -> Result<CpuId>; in get_hyperv_cpuid()
126 pub struct CpuId { struct
127 pub cpu_id_entries: Vec<CpuIdEntry>, argument
130 impl CpuId { impl
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs31 ) -> Result<CpuId> { in get_cpuid_with_initial_capacity()
63 pub fn get_cpuid(&self, kind: IoctlNr) -> Result<CpuId> { in get_cpuid()
70 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid()
74 fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid()
572 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
650 impl<'a> From<&'a KvmCpuId> for CpuId { implementation
651 fn from(kvm_cpuid: &'a KvmCpuId) -> CpuId { in from()
/external/crosvm/x86_64/src/
Dcpuid.rs50 cpuid: &mut hypervisor::CpuId, in filter_cpuid()
/external/crosvm/kvm/src/
Dlib.rs139 fn get_cpuid(&self, kind: IoctlNr) -> Result<CpuId> { in get_cpuid()
158 pub fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid()
164 pub fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid()
1292 pub fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
1670 pub type CpuId = FlexibleArrayWrapper<kvm_cpuid2, kvm_cpuid_entry2>; typedef
/external/cpu_features/src/
Dcpuinfo_x86.c160 static Leaf CpuId(uint32_t leaf_id) { return GetCpuidLeaf(leaf_id, 0); } in CpuId() function