Searched refs:alloc_memseg (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | mem_devmem.c | 58 res = alloc_memseg(ctx, SEG_LOWMEM, SEG_SZ, ""); in main() 63 res = alloc_memseg(ctx, SEG_BOOTROM, SEG_SZ, "bootrom"); in main()
|
H A D | mem_partial.c | 69 res = alloc_memseg(ctx, MSEG_LOW, LOWER_SZ, "mseg_low"); in main() 74 res = alloc_memseg(ctx, MSEG_HIGH, UPPER_SZ, "mseg_high"); in main()
|
H A D | mem_seg_map.c | 52 res = alloc_memseg(ctx, TEST_SEGID, SEG_SZ, "test_seg"); in main()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | common.h | 21 int alloc_memseg(struct vmctx *, int, size_t, const char *);
|
H A D | common.c | 62 alloc_memseg(struct vmctx *ctx, int segid, size_t len, const char *name) in alloc_memseg() function
|