Searched refs:lowmem (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/stand/userboot/userboot/
H A Dbiossmap.c45 uint64_t lowmem, highmem; local
49 CALLBACK(getmem, &lowmem, &highmem);
59 sm->length = lowmem - 0x100000;
H A Dbootinfo32.c153 uint64_t lowmem, highmem; local
246 CALLBACK(getmem, &lowmem, &highmem);
249 bi.bi_extmem = (lowmem - 0x100000) / 1024;
/freebsd-11-stable/stand/userboot/
H A Duserboot.h193 void (*getmem)(void *arg, uint64_t *lowmem,
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.c74 size_t lowmem; member in struct:vmctx
368 * If 'memsize' cannot fit entirely in the 'lowmem' segment then
372 ctx->lowmem = ctx->lowmem_limit;
376 ctx->lowmem = memsize;
378 objsize = ctx->lowmem;
403 if (ctx->lowmem > 0) {
405 len = ctx->lowmem;
418 * the lowmem or highmem regions.
427 if (ctx->lowmem > 0) {
428 if (gaddr < ctx->lowmem
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c265 (table->lowmem ? gfp : GFP_HIGHUSER) |
316 if (!table->lowmem)
407 table->lowmem = use_lowmem;
H A Dmlx4.h267 int lowmem; member in struct:mlx4_icm_table
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.h68 int lowmem; member in struct:mthca_icm_table
H A Dmthca_memfree.c234 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) |
284 if (!table->lowmem)
377 table->lowmem = use_lowmem;
/freebsd-11-stable/stand/userboot/test/
H A Dtest.c363 test_getmem(void *arg, uint64_t *lowmem, uint64_t *highmem) argument
366 *lowmem = 128*1024*1024;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c1074 size_t lowmem; local
1151 * [0, lowmem) guest system memory
1152 * [lowmem, lowmem_limit) memory hole (may be absent)
1163 lowmem = vm_get_lowmem_size(ctx);
1167 mr.base = lowmem;
1168 mr.size = (4ULL * 1024 * 1024 * 1024) - lowmem;

Completed in 115 milliseconds