MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cvmx_sysinfo_get

Function cvmx_sysinfo_get

freebsd/contrib/octeon-sdk/cvmx-sysinfo.c:116–119  ·  view source on GitHub ↗

* This function returns the application information as obtained * by the bootloader. This provides the core mask of the cores * running the same application image, as well as the physical * memory regions available to the core. * * @return Pointer to the boot information structure * */

Source from the content-addressed store, hash-verified

114 *
115 */
116struct cvmx_sysinfo *cvmx_sysinfo_get(void)
117{
118 return &(state.sysinfo);
119}
120
121void cvmx_sysinfo_add_self_to_core_mask(void)
122{

Calls

no outgoing calls

Tested by

no test coverage detected