#include <workload_types.h>
Data Fields | |
uint64_t | exec_ea |
uint32_t | exec_size |
uint32_t | bss_size |
uint32_t | entry |
This structure stores information about the workload module executable that needs to be loaded and executed in order to handle processing of a workload context.
The workload model implementation is responsible for populating this structure inside the workload context before adding the workload context to the workload queue.
uint64_t mars_workload_module::exec_ea |
ea of exec
uint32_t mars_workload_module::exec_size |
size of text and data of exec
uint32_t mars_workload_module::bss_size |
size of bss in memory of exec
uint32_t mars_workload_module::entry |
entry address of exec