Searched refs:hotplug_info_ptr (Results 1 – 1 of 1) sorted by relevance
248 cvmx_app_hotplug_info_t *hotplug_info_ptr; in cvmx_app_hotplug_shutdown_complete() local250 if (!(hotplug_info_ptr = cvmx_app_hotplug_get_info(coremask))) in cvmx_app_hotplug_shutdown_complete()256 while(!hotplug_info_ptr->shutdown_done); in cvmx_app_hotplug_shutdown_complete()259 bzero(hotplug_info_ptr, sizeof(*hotplug_info_ptr)); in cvmx_app_hotplug_shutdown_complete()709 cvmx_app_hotplug_info_t *hotplug_info_ptr; in cvmx_app_hotplug_shutdown_request() local711 if (!(hotplug_info_ptr = cvmx_app_hotplug_get_info(coremask))) in cvmx_app_hotplug_shutdown_request()716 hotplug_info_ptr->shutdown_cores = coremask; in cvmx_app_hotplug_shutdown_request()717 if (!hotplug_info_ptr->shutdown_callback) in cvmx_app_hotplug_shutdown_request()723 if (hotplug_info_ptr->hotplug_activated_coremask != coremask) in cvmx_app_hotplug_shutdown_request()737 while (!hotplug_info_ptr->shutdown_done); in cvmx_app_hotplug_shutdown_request()[all …]