Home
last modified time | relevance | path

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

/sysdeps/x86/sys/platform/
A Dx86.h39 unsigned int __bit = __reg & (8 * sizeof (unsigned int) - 1); in x86_cpu_present() local
42 return __ptr->cpuid_array[__reg] & (1 << __bit); in x86_cpu_present()
52 unsigned int __bit = __reg & (8 * sizeof (unsigned int) - 1); in x86_cpu_active() local
55 return __ptr->active_array[__reg] & (1 << __bit); in x86_cpu_active()

Completed in 5 milliseconds