Go to the source code of this file.
static void md_cacheflush |
( |
void * |
addr, |
|
|
int |
nbytes |
|
) |
| |
|
inlinestatic |
static void* md_codegen_get_pv_from_pc |
( |
void * |
ra | ) |
|
|
inlinestatic |
static void md_dcacheflush |
( |
void * |
addr, |
|
|
int |
nbytes |
|
) |
| |
|
inlinestatic |
static void md_icacheflush |
( |
void * |
addr, |
|
|
int |
nbytes |
|
) |
| |
|
inlinestatic |
static int32_t md_stacktrace_get_framesize |
( |
codeinfo * |
code | ) |
|
|
inlinestatic |
Returns the size (in bytes) of the current stackframe, specified by the passed codeinfo structure.
Definition at line 48 of file md.hpp.
static void* md_stacktrace_get_returnaddress |
( |
void * |
sp, |
|
|
int32_t |
stackframesize |
|
) |
| |
|
inlinestatic |