Go to the source code of this file.
|
static void * | unix_physmem_alloc_aligned (vlib_main_t *vm, vlib_physmem_region_index_t idx, uword n_bytes, uword alignment) |
|
static void | unix_physmem_free (vlib_main_t *vm, vlib_physmem_region_index_t idx, void *x) |
|
static clib_error_t * | unix_physmem_region_alloc (vlib_main_t *vm, char *name, u32 size, u8 numa_node, u32 flags, vlib_physmem_region_index_t *idx) |
|
static void | unix_physmem_region_free (vlib_main_t *vm, vlib_physmem_region_index_t idx) |
|
clib_error_t * | unix_physmem_init (vlib_main_t *vm) |
|
static clib_error_t * | show_physmem (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
Initial value:= {
.path = "show physmem",
.short_help = "Show physical memory allocation",
}
static clib_error_t * show_physmem(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_physmem_command)
Definition at line 294 of file physmem.c.