Go to the source code of this file.
Functions | |
struct module_t * | get_module (uint64_t index) |
int64_t | resolve_symbol (const char *name, void **sym) |
int64_t | execute_symbol (const char *sym, uint64_t arg1, uint64_t arg2, uint64_t cpuid) |
int64_t | add_raw_md_to_memory_manager (uint64_t virt, uint64_t type) |
int64_t | add_md_to_memory_manager (struct module_t *module) |
Variables | |
uint64_t | g_malloc_fails |
struct module_t* get_module | ( | uint64_t | index | ) |
int64_t execute_symbol | ( | const char * | sym, |
uint64_t | arg1, | ||
uint64_t | arg2, | ||
uint64_t | cpuid | ||
) |
int64_t add_raw_md_to_memory_manager | ( | uint64_t | virt, |
uint64_t | type | ||
) |
int64_t add_md_to_memory_manager | ( | struct module_t * | module | ) |
uint64_t g_malloc_fails |
Definition at line 37 of file platform.c.