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

  /external/fio/arch/
arch-x86-common.h 12 do_cpuid(eax, ebx, ecx, edx);
27 do_cpuid(&eax, &ebx, &ecx, &edx);
35 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
  /external/fio/crc/
crc32c-intel.c 88 do_cpuid(&eax, &ebx, &ecx, &edx);

Completed in 54 milliseconds