Files | |
file | core.h |
[host] MARS Core API | |
file | core.h |
[MPU] MARS Core API | |
Functions | |
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. |
static void* mars_ea_to_ptr | ( | uint64_t | ea | ) | [inline, static] |
[host] Converts a 64-bit address to pointer.
[in] | ea | - 64-bit address |
static uint64_t mars_ptr_to_ea | ( | const void * | ptr | ) | [inline, static] |
[host] Converts a pointer to 64-bit address.
[in] | ptr | - pointer value |