HomeSort by relevance Sort by last modified time
    Searched refs:do_cpuid (Results 1 - 5 of 5) sorted by null

  /external/fio/arch/
arch-x86-common.h 12 do_cpuid(eax, ebx, ecx, edx);
28 do_cpuid(&eax, &ebx, &ecx, &edx);
36 do_cpuid(&eax, &ebx, &ecx, &edx);
43 do_cpuid(&eax, &ebx, &ecx, &edx);
arch-x86.h 4 static inline void do_cpuid(unsigned int *eax, unsigned int *ebx, function
arch-x86_64.h 4 static inline void do_cpuid(unsigned int *eax, unsigned int *ebx, function
  /hardware/qcom/msm8998/json-c/
random_seed.c 25 static void do_cpuid(int regs[], int h) function
46 #define do_cpuid __cpuid macro
58 do_cpuid(regs, 1);
  /external/fio/crc/
crc32c-intel.c 88 do_cpuid(&eax, &ebx, &ecx, &edx);

Completed in 92 milliseconds