Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dsnapshot.c658 const size_t len, const size_t totalmem, const bool op_wr) in vm_snapshot_mem_part() argument
683 .total = totalmem in vm_snapshot_mem_part()
726 size_t lowmem, highmem, totalmem; in vm_snapshot_mem() local
735 totalmem = lowmem + highmem; in vm_snapshot_mem()
737 if ((op_wr == false) && (totalmem != memsz)) { in vm_snapshot_mem()
739 __func__, totalmem, memsz); in vm_snapshot_mem()
750 totalmem, op_wr); in vm_snapshot_mem()
754 totalmem = 0; in vm_snapshot_mem()
762 baseaddr + vm_get_highmem_base(ctx), highmem, totalmem, op_wr); in vm_snapshot_mem()
766 totalmem = 0; in vm_snapshot_mem()
[all …]
/freebsd/sys/kern/
H A Dsubr_physmem.c189 long availmem, totalmem; in regions_to_avail() local
195 totalmem = 0; in regions_to_avail()
203 totalmem += atop((vm_offset_t)(end - start)); in regions_to_avail()
301 *prealmem = totalmem; in regions_to_avail()