* 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 * */
| 114 | * |
| 115 | */ |
| 116 | struct cvmx_sysinfo *cvmx_sysinfo_get(void) |
| 117 | { |
| 118 | return &(state.sysinfo); |
| 119 | } |
| 120 | |
| 121 | void cvmx_sysinfo_add_self_to_core_mask(void) |
| 122 | { |
no outgoing calls
no test coverage detected