Home
last modified time | relevance | path

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

/external/libaom/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/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/crosvm/hypervisor/src/
Dhaxm.rs93 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid()
224 fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid()
Dwhpx.rs214 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid()
233 fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid()
Dx86_64.rs29 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/
Demu.rs22 pub enum CpuId { enum
183 pub fn step(&mut self) -> Option<(Event, CpuId)> { in step() argument
Dgdb.rs18 fn tid_to_cpuid(tid: Tid) -> Result<CpuId, &'static str> { in tid_to_cpuid()
/external/libgav1/src/utils/
Dcpu.cc31 void CpuId(int leaf, uint32_t info[4]) { in CpuId() function
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs77 ) -> 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/
Dlib.rs187 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/
Dcpuid.rs295 pub fn filter_cpuid(cpuid: &mut hypervisor::CpuId, ctx: &CpuIdContext) { in filter_cpuid()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h67 inline PjRtPlatformId CpuId() { in CpuId() function
/external/crosvm/devices/tests/irqchip/
Duserspace.rs783 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
/external/crosvm/hypervisor/src/whpx/
Dvm.rs90 cpuid: CpuId, in new()
Dvcpu.rs1275 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()
/external/crosvm/hypervisor/src/haxm/
Dvcpu.rs605 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid()