/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A 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
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A 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
|
/aosp_15_r20/external/libyuv/source/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/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()
|
/aosp_15_r20/external/crosvm/kvm/src/ |
H A D | lib.rs | 191 fn get_cpuid(&self, kind: IoctlNr) -> Result<CpuId> { in get_cpuid() 209 pub fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 215 pub fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid() 1411 pub fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid() 1821 pub type CpuId = FlexibleArrayWrapper<kvm_cpuid2, kvm_cpuid_entry2>; typedef
|
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/ |
H A D | x86_64.rs | 121 ) -> Result<CpuId> { in get_cpuid_with_initial_capacity() 154 pub fn get_cpuid(&self, kind: IoctlNr) -> Result<CpuId> { in get_cpuid() 175 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() 1128 impl<'a> From<&'a KvmCpuId> for CpuId { implementation 1129 fn from(kvm_cpuid: &'a KvmCpuId) -> CpuId { in from()
|
/aosp_15_r20/external/crosvm/hypervisor/src/ |
H A D | x86_64.rs | 49 fn get_supported_cpuid(&self) -> Result<CpuId>; in get_supported_cpuid() 403 pub struct CpuId { struct 404 pub cpu_id_entries: Vec<CpuIdEntry>, argument 407 impl CpuId { implementation
|
H A D | haxm.rs | 93 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid()
|
H A D | whpx.rs | 214 fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid()
|
/aosp_15_r20/external/libgav1/src/utils/ |
H A D | cpu.cc | 31 void CpuId(int leaf, uint32_t info[4]) { in CpuId() function
|
/aosp_15_r20/external/crosvm/x86_64/src/ |
H A D | cpuid.rs | 291 pub fn filter_cpuid(cpuid: &mut hypervisor::CpuId, ctx: &CpuIdContext) { in filter_cpuid()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | pjrt_client.h | 67 inline PjRtPlatformId CpuId() { in CpuId() function
|
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/ |
H A D | vm.rs | 91 cpuid: CpuId, in new()
|
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/Lib/ |
H A D | amdlib.c | 1286 CPUID_DATA CpuId; in LibAmdGetPackageType() local
|
/aosp_15_r20/out/soong/.intermediates/external/rust/crabbyavif/liblibyuv_sys/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std/out/ |
D | libyuv_bindgen.rs | 5855 pub fn CpuId( in CpuId() function
|
/aosp_15_r20/out/soong/.intermediates/external/rust/crabbyavif/libcrabbyavif_yuv_bindgen/android_arm64_armv8-2a_cortex-a55_source/ |
D | libyuv_bindgen.rs | 5855 pub fn CpuId( in CpuId() function
|