Data Structures | |
struct | mars_context |
MARS context structure. More... | |
Functions | |
int | mars_context_create (struct mars_context **mars, uint32_t num_mpus, uint8_t shared) |
[host] Creates a single MARS context. | |
int | mars_context_destroy (struct mars_context *mars) |
[host] Destroys a single MARS context. | |
static void * | mars_ea_to_ptr (uint64_t ea) |
[host] Converts a 64-bit address to pointer. | |
static uint64_t | mars_ptr_to_ea (const void *ptr) |
[host] Converts a pointer to 64-bit address. |