Searched refs:hotplug_activated_coremask (Results 1 – 2 of 2) sorted by relevance
166 cvmx_app_hotplug_info_ptr->hotplug_activated_coremask = in cvmx_app_hotplug_remove_self_from_core_mask()167 cvmx_app_hotplug_info_ptr->hotplug_activated_coremask & ~core_mask ; in cvmx_app_hotplug_remove_self_from_core_mask()225 cvmx_app_hotplug_info_ptr->hotplug_activated_coremask |= (1ull<<cvmx_get_core_num()); in cvmx_app_hotplug_activate()349 if (ai->hotplug_activated_coremask != sys_info_ptr->core_mask) in __cvmx_app_hotplug_shutdown()354 (unsigned int)ai->hotplug_activated_coremask); in __cvmx_app_hotplug_shutdown()640 …(unsigned int)hpinfo->coremask, (unsigned int)hpinfo->hotplug_activated_coremask, (unsigned int)hp… in print_hot_plug_info()692 if (ai->hotplug_activated_coremask) return 1; in is_app_hotpluggable()723 if (hotplug_info_ptr->hotplug_activated_coremask != coremask) in cvmx_app_hotplug_shutdown_request()
101 uint32_t volatile hotplug_activated_coremask; member