Searched refs:hotplug_activated_coremask (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c166 cvmx_app_hotplug_info_ptr->hotplug_activated_coremask =
167 cvmx_app_hotplug_info_ptr->hotplug_activated_coremask & ~core_mask ;
225 cvmx_app_hotplug_info_ptr->hotplug_activated_coremask |= (1ull<<cvmx_get_core_num());
349 if (ai->hotplug_activated_coremask != sys_info_ptr->core_mask)
354 (unsigned int)ai->hotplug_activated_coremask);
640 (unsigned int)hpinfo->coremask, (unsigned int)hpinfo->hotplug_activated_coremask, (unsigned int)hpinfo->valid);
692 if (ai->hotplug_activated_coremask) return 1;
723 if (hotplug_info_ptr->hotplug_activated_coremask != coremask)
H A Dcvmx-app-hotplug.h101 uint32_t volatile hotplug_activated_coremask; member in struct:cvmx_app_hotplug_info

Completed in 106 milliseconds