Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c166 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()
H A Dcvmx-app-hotplug.h101 uint32_t volatile hotplug_activated_coremask; member