Searched refs:__reg (Results 1 – 1 of 1) sorted by relevance
37 unsigned int __reg in x86_cpu_present() local39 unsigned int __bit = __reg & (8 * sizeof (unsigned int) - 1); in x86_cpu_present()40 __reg /= 8 * sizeof (unsigned int); in x86_cpu_present()42 return __ptr->cpuid_array[__reg] & (1 << __bit); in x86_cpu_present()50 unsigned int __reg in x86_cpu_active() local52 unsigned int __bit = __reg & (8 * sizeof (unsigned int) - 1); in x86_cpu_active()53 __reg /= 8 * sizeof (unsigned int); in x86_cpu_active()55 return __ptr->active_array[__reg] & (1 << __bit); in x86_cpu_active()
Completed in 5 milliseconds