| /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/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/crosvm/hypervisor/src/ |
| D | haxm.rs | 93 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 224 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 | 29 fn get_supported_cpuid(&self) -> Result<CpuId>; in get_supported_cpuid() 32 fn get_emulated_cpuid(&self) -> Result<CpuId>; in get_emulated_cpuid() 124 fn get_hyperv_cpuid(&self) -> Result<CpuId>; in get_hyperv_cpuid() 319 pub struct CpuId { struct 320 pub cpu_id_entries: Vec<CpuIdEntry>, argument 323 impl CpuId { implementation
|
| /external/rust/crates/gdbstub/examples/armv4t_multicore/ |
| D | emu.rs | 22 pub enum CpuId { enum 183 pub fn step(&mut self) -> Option<(Event, CpuId)> { in step() argument
|
| D | gdb.rs | 18 fn tid_to_cpuid(tid: Tid) -> Result<CpuId, &'static str> { in tid_to_cpuid()
|
| /external/libgav1/src/utils/ |
| D | cpu.cc | 31 void CpuId(int leaf, uint32_t info[4]) { in CpuId() function
|
| /external/crosvm/hypervisor/src/kvm/ |
| D | x86_64.rs | 77 ) -> Result<CpuId> { in get_cpuid_with_initial_capacity() 109 pub fn get_cpuid(&self, kind: IoctlNr) -> Result<CpuId> { in get_cpuid() 132 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 136 fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid() 875 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid() 968 impl<'a> From<&'a KvmCpuId> for CpuId { implementation 969 fn from(kvm_cpuid: &'a KvmCpuId) -> CpuId { in from()
|
| /external/crosvm/kvm/src/ |
| D | lib.rs | 187 fn get_cpuid(&self, kind: IoctlNr) -> Result<CpuId> { in get_cpuid() 206 pub fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 212 pub fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid() 1374 pub fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid() 1754 pub type CpuId = FlexibleArrayWrapper<kvm_cpuid2, kvm_cpuid_entry2>; typedef
|
| /external/crosvm/x86_64/src/ |
| D | cpuid.rs | 295 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 | 783 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
|
| /external/crosvm/hypervisor/src/whpx/ |
| D | vm.rs | 90 cpuid: CpuId, in new()
|
| D | vcpu.rs | 1275 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
|
| /external/crosvm/hypervisor/src/haxm/ |
| D | vcpu.rs | 605 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
|