Searched defs:CpuId (Results 1 – 11 of 11) sorted by relevance
| /external/libvpx/libvpx/third_party/libyuv/source/ |
| D | cpu_id.cc | 49 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/ |
| D | cpu_id.cc | 49 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/ |
| D | emu.rs | 22 pub enum CpuId { enum 171 pub fn step(&mut self) -> Option<(Event, CpuId)> { in step() argument
|
| D | gdb.rs | 39 fn tid_to_cpuid(tid: Tid) -> Result<CpuId, &'static str> { in tid_to_cpuid()
|
| /external/libgav1/libgav1/src/utils/ |
| D | cpu.cc | 31 void CpuId(int leaf, uint32_t info[4]) { in CpuId() function
|
| /external/libaom/libaom/third_party/libyuv/source/ |
| D | cpu_id.cc | 50 void CpuId(uint32 info_eax, uint32 info_ecx, uint32* cpu_info) { in CpuId() function
|
| /external/crosvm/hypervisor/src/ |
| D | x86_64.rs | 18 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/ |
| D | x86_64.rs | 31 ) -> 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/ |
| D | cpuid.rs | 50 cpuid: &mut hypervisor::CpuId, in filter_cpuid()
|
| /external/crosvm/kvm/src/ |
| D | lib.rs | 139 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/ |
| D | cpuinfo_x86.c | 160 static Leaf CpuId(uint32_t leaf_id) { return GetCpuidLeaf(leaf_id, 0); } in CpuId() function
|