HomeSort by relevance Sort by last modified time
    Searched defs:CpuId (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
Dsdt.c 164 UINT32 CpuId = PcdGet32 (PcdSocCpuId);
167 EnableOnB1 = (CpuId & 0xFF0) && (CpuId & 0x00F);
Gtdt.c 179 UINT32 CpuId = PcdGet32 (PcdSocCpuId);
182 if (((CpuId & 0xFF0) == 0) || ((CpuId & 0x00F) == 0)) {
  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc 43 // TODO(fbarchard): Consider using int for cpuid so casting is not needed.
44 // Low level cpuid for X86.
49 void CpuId(int info_eax, int info_ecx, int* cpu_info) {
59 cpuid
79 "cpuid \n"
83 "cpuid \n"
95 void CpuId(int eax, int ecx, int* cpu_info) {
202 CpuId(0, 0, cpu_info0);
203 CpuId(1, 0, cpu_info1);
205 CpuId(7, 0, cpu_info7)
    [all...]
  /external/libyuv/files/source/
cpu_id.cc 46 // Low level cpuid for X86.
51 void CpuId(uint32 info_eax, uint32 info_ecx, uint32* cpu_info) {
61 cpuid
81 "cpuid \n"
85 "cpuid \n"
97 void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) {
224 CpuId(0, 0, cpu_info0);
225 CpuId(1, 0, cpu_info1);
227 CpuId(7, 0, cpu_info7);
  /external/libaom/libaom/third_party/libyuv/source/
cpu_id.cc 45 // Low level cpuid for X86.
50 void CpuId(uint32 info_eax, uint32 info_ecx, uint32* cpu_info) {
60 cpuid
80 "cpuid \n"
84 "cpuid \n"
96 void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) {
205 CpuId(0, 0, cpu_info0);
206 CpuId(1, 0, cpu_info1);
208 CpuId(7, 0, cpu_info7);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c 70 UINT32 CpuId;
    [all...]

Completed in 180 milliseconds