Home
last modified time | relevance | path

Searched refs:cpuid (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/coreutils/
Dnproc.c47 char *cpuid = strstr(de->d_name, "cpu"); in nproc_main() local
48 if (cpuid && isdigit(cpuid[strlen(cpuid) - 1])) in nproc_main()
/busybox-1.35.0/procps/
Dpowertop.c504 static void cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx, in cpuid() function
599 cpuid(&eax, &ebx, &ecx, &edx); in print_intel_cstates()