Home
last modified time | relevance | path

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

/sysdeps/x86/sys/platform/
A Dx86.h33 x86_cpu_present (unsigned int __index) in x86_cpu_present() argument
36 (__index / (8 * sizeof (unsigned int) * 4)); in x86_cpu_present()
38 = __index & (8 * sizeof (unsigned int) * 4 - 1); in x86_cpu_present()
46 x86_cpu_active (unsigned int __index) in x86_cpu_active() argument
49 (__index / (8 * sizeof (unsigned int) * 4)); in x86_cpu_active()
51 = __index & (8 * sizeof (unsigned int) * 4 - 1); in x86_cpu_active()

Completed in 3 milliseconds