Home
last modified time | relevance | path

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

/freebsd/lib/libvmmapi/
H A Dvmmapi.c323 *lowmem_size = ctx->memsegs[VM_MEMSEG_LOW].size; in vm_get_guestmem_from_ctx()
480 ctx->memsegs[VM_MEMSEG_LOW].size = VM_LOWMEM_LIMIT; in vm_setup_memory()
484 ctx->memsegs[VM_MEMSEG_LOW].size = memsize; in vm_setup_memory()
511 if (ctx->memsegs[VM_MEMSEG_LOW].size > 0) { in vm_setup_memory()
513 len = ctx->memsegs[VM_MEMSEG_LOW].size; in vm_setup_memory()
536 lowsize = ctx->memsegs[VM_MEMSEG_LOW].size; in vm_map_gpa()
560 lowsize = ctx->memsegs[VM_MEMSEG_LOW].size; in vm_rev_map_gpa()
585 return (ctx->memsegs[VM_MEMSEG_LOW].size); in vm_get_lowmem_size()
H A Dinternal.h13 VM_MEMSEG_LOW, enumerator