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 * | scan_vfio_fd (void *arg, u8 *path_name, u8 *file_name) |
|
static clib_error_t * | unix_physmem_region_iommu_register (vlib_physmem_region_t *pr) |
|
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) |
|
static clib_error_t* scan_vfio_fd |
( |
void * |
arg, |
|
|
u8 * |
path_name, |
|
|
u8 * |
file_name |
|
) |
| |
|
static |
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 317 of file physmem.c.
int vfio_container_fd = -1 |
|
static |