Home
last modified time | relevance | path

Searched refs:highmem (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbootrom.c122 vm_paddr_t highmem; in init_bootrom() local
127 highmem = vm_get_highmem_base(ctx); in init_bootrom()
128 gpa_base = highmem - BOOTROM_SIZE; in init_bootrom()
130 gpa_alloctop = highmem - 1; in init_bootrom()
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c102 size_t highmem; member
381 *highmem_size = ctx->highmem; in vm_get_guestmem_from_ctx()
551 ctx->highmem = memsize - ctx->lowmem_limit; in vm_setup_memory()
552 objsize = 4*GB + ctx->highmem; in vm_setup_memory()
555 ctx->highmem = 0; in vm_setup_memory()
577 if (ctx->highmem > 0) { in vm_setup_memory()
579 len = ctx->highmem; in vm_setup_memory()
593 if (ctx->highmem > 0) { in vm_setup_memory()
594 error = vm_alloc_memseg(ctx, VM_HIGHMEM, ctx->highmem, NULL); in vm_setup_memory()
598 len = ctx->highmem; in vm_setup_memory()
[all …]