Home
last modified time | relevance | path

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

/trueos/sys/contrib/octeon-sdk/
HDcvmx-app-hotplug.c61 static CVMX_SHARED cvmx_app_hotplug_info_t *cvmx_app_hotplug_info_ptr = NULL;
71 char __hotplug_info_check[(sizeof(cvmx_app_hotplug_info_t) == 1024) ? 1 : -1];
130 cvmx_app_hotplug_info_t *app_info; in cvmx_app_hotplug_register_cb()
248 cvmx_app_hotplug_info_t *hotplug_info_ptr; in cvmx_app_hotplug_shutdown_complete()
327 cvmx_app_hotplug_info_t *ai = cvmx_app_hotplug_info_ptr; in __cvmx_app_hotplug_shutdown()
575 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info(uint32_t coremask) in cvmx_app_hotplug_get_info()
577 cvmx_app_hotplug_info_t *hip; in cvmx_app_hotplug_get_info()
612 cvmx_app_hotplug_info_t *hip; in cvmx_app_hotplug_get_index()
637 void print_hot_plug_info(cvmx_app_hotplug_info_t* hpinfo) in print_hot_plug_info()
651 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info_at_index(int index) in cvmx_app_hotplug_get_info_at_index()
[all …]
HDcvmx-app-hotplug.h115 } cvmx_app_hotplug_info_t; typedef
120 cvmx_app_hotplug_info_t hotplug_info_array[CVMX_APP_HOTPLUG_MAX_APPS];
134 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info(uint32_t);
136 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info_at_index(int index);