Functions | |
L4_CV int | l4dm_ds_set_name (const l4dm_dataspace_t *ds, const char *name) |
Set dataspace name. | |
L4_CV int | l4dm_ds_get_name (const l4dm_dataspace_t *ds, char *name) |
Get dataspace name. | |
L4_CV void | l4dm_ds_show (const l4dm_dataspace_t *ds) |
Show information about dataspace on debugging console. | |
L4_CV int | l4dm_ds_list (l4_threadid_t dsm_id, l4_threadid_t owner, l4_uint32_t flags) |
List dataspaces on debugging console. | |
L4_CV int | l4dm_ds_list_all (l4_threadid_t dsm_id) |
List all dataspaces on debugging console. | |
L4_CV void | l4dm_memphys_show_memmap (void) |
Show DMphys memory map. | |
L4_CV void | l4dm_memphys_show_pools (void) |
Show DMphys memory pools. | |
L4_CV void | l4dm_memphys_show_pool_areas (int pool) |
Show memory areas of a memory pool. | |
L4_CV void | l4dm_memphys_show_pool_free (int pool) |
Show free lists of a memory pool. | |
L4_CV void | l4dm_memphys_show_slabs (int show_free) |
Show descriptor slab cache information. |
L4_CV int l4dm_ds_set_name | ( | const l4dm_dataspace_t * | ds, | |
const char * | name | |||
) |
Set dataspace name.
ds | Dataspace id | |
name | Dataspace name |
L4_CV int l4dm_ds_get_name | ( | const l4dm_dataspace_t * | ds, | |
char * | name | |||
) |
Get dataspace name.
ds | Dataspace id |
name | Dataspace name |
L4_CV void l4dm_ds_show | ( | const l4dm_dataspace_t * | ds | ) |
Show information about dataspace on debugging console.
ds | Dataspace id |
L4_CV int l4dm_ds_list | ( | l4_threadid_t | dsm_id, | |
l4_threadid_t | owner, | |||
l4_uint32_t | flags | |||
) |
List dataspaces on debugging console.
dsm_id | Dataspace manager id, set to L4DM_DEFAULT_DSM to use default dataspace manager provided by the L4 environment | |
owner | Dataspace owner, if set to L4_INVALID_ID list all dataspaces | |
flags | Flags:
|
L4_CV int l4dm_ds_list_all | ( | l4_threadid_t | dsm_id | ) |
List all dataspaces on debugging console.
dsm_id | Dataspace manager id, set to L4DM_DEFAULT_DSM to use default dataspace manager provided by the L4 environment |
L4_CV void l4dm_memphys_show_memmap | ( | void | ) |
Show DMphys memory map.
L4_CV void l4dm_memphys_show_pools | ( | void | ) |
Show DMphys memory pools.
L4_CV void l4dm_memphys_show_pool_areas | ( | int | pool | ) |
Show memory areas of a memory pool.
pool | Memory pool number |
L4_CV void l4dm_memphys_show_pool_free | ( | int | pool | ) |
Show free lists of a memory pool.
pool | Memory pool number |
L4_CV void l4dm_memphys_show_slabs | ( | int | show_free | ) |
Show descriptor slab cache information.
show_free | Show slab cache free lists |