| /external/libaom/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/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/source/ |
| D | cpu_id.cc | 48 void CpuId(int info_eax, int info_ecx, int* cpu_info) { in CpuId() function 94 void CpuId(int eax, int ecx, int* cpu_info) { in CpuId() function
|
| /external/crosvm/hypervisor/src/ |
| D | haxm.rs | 93 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 229 fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid()
|
| D | whpx.rs | 214 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 233 fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid()
|
| D | x86_64.rs | 49 fn get_supported_cpuid(&self) -> Result<CpuId>; in get_supported_cpuid() 52 fn get_emulated_cpuid(&self) -> Result<CpuId>; in get_emulated_cpuid() 145 fn get_hyperv_cpuid(&self) -> Result<CpuId>; in get_hyperv_cpuid() 399 pub struct CpuId { struct 400 pub cpu_id_entries: Vec<CpuIdEntry>, argument 403 impl CpuId { implementation
|
| /external/libgav1/src/utils/ |
| D | cpu.cc | 31 void CpuId(int leaf, uint32_t info[4]) { in CpuId() function
|
| /external/rust/crates/gdbstub/examples/armv4t_multicore/ |
| D | emu.rs | 25 pub enum CpuId { enum 186 pub fn step(&mut self) -> Option<(Event, CpuId)> { in step() argument
|
| D | gdb.rs | 23 fn tid_to_cpuid(tid: Tid) -> Result<CpuId, &'static str> { in tid_to_cpuid()
|
| /external/crosvm/hypervisor/src/kvm/ |
| D | x86_64.rs | 118 ) -> Result<CpuId> { in get_cpuid_with_initial_capacity() 151 pub fn get_cpuid(&self, kind: IoctlNr) -> Result<CpuId> { in get_cpuid() 174 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 178 fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid() 1049 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid() 1201 impl<'a> From<&'a KvmCpuId> for CpuId { implementation 1202 fn from(kvm_cpuid: &'a KvmCpuId) -> CpuId { in from()
|
| /external/crosvm/kvm/src/ |
| D | lib.rs | 192 fn get_cpuid(&self, kind: IoctlNr) -> Result<CpuId> { in get_cpuid() 210 pub fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 216 pub fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid() 1413 pub fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid() 1823 pub type CpuId = FlexibleArrayWrapper<kvm_cpuid2, kvm_cpuid_entry2>; typedef
|
| /external/crosvm/x86_64/src/ |
| D | cpuid.rs | 291 pub fn filter_cpuid(cpuid: &mut hypervisor::CpuId, ctx: &CpuIdContext) { in filter_cpuid()
|
| /external/tensorflow/tensorflow/compiler/xla/pjrt/ |
| D | pjrt_client.h | 67 inline PjRtPlatformId CpuId() { in CpuId() function
|
| /external/crosvm/devices/tests/irqchip/ |
| D | userspace.rs | 776 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
|
| /external/crosvm/hypervisor/src/whpx/ |
| D | vm.rs | 91 cpuid: CpuId, in new()
|
| D | vcpu.rs | 1257 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
|
| /external/crosvm/hypervisor/src/haxm/ |
| D | vcpu.rs | 560 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
|