mars/workload_types.h File Reference

[host/MPU] MARS Workload Types More...


Data Structures

struct  mars_workload_module
 MARS workload module structure. More...
struct  mars_workload_context
 MARS workload context structure. More...

Defines

#define MARS_WORKLOAD_MODULE_BASE_ADDR   0x3000
 Base address of workload module.
#define MARS_WORKLOAD_MODULE_SIZE   20
 Size of workload module structure.
#define MARS_WORKLOAD_CONTEXT_SIZE   128
 Size of workload context structure.
#define MARS_WORKLOAD_CONTEXT_ALIGN   128
 Alignment of workload context structure.

Variables

struct mars_workload_module packed
 MARS workload module structure.
struct mars_workload_context MARS_WORKLOAD_CONTEXT_ALIGN
 MARS workload context structure.


Detailed Description

[host/MPU] MARS Workload Types


Variable Documentation

MARS workload context structure.

This structure stores information about a specific workload. The first MARS_WORKLOAD_MODULE_SIZE bytes of the workload context structure is reserved for the mars_workload_module information.

The remaining area of the structure can be used by the specific workload model implementation as needed.


Generated on Thu Feb 19 05:23:54 2009 for MARS by  doxygen 1.5.7.1