Home
last modified time | relevance | path

Searched refs:alloc_memseg (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Dmem_devmem.c58 res = alloc_memseg(ctx, SEG_LOWMEM, SEG_SZ, ""); in main()
63 res = alloc_memseg(ctx, SEG_BOOTROM, SEG_SZ, "bootrom"); in main()
H A Dmem_partial.c69 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 Dmem_seg_map.c52 res = alloc_memseg(ctx, TEST_SEGID, SEG_SZ, "test_seg"); in main()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Dcommon.h21 int alloc_memseg(struct vmctx *, int, size_t, const char *);
H A Dcommon.c62 alloc_memseg(struct vmctx *ctx, int segid, size_t len, const char *name) in alloc_memseg() function