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

/freebsd-current/sys/kern/
H A Dsubr_physmem.c188 long availmem, totalmem; local
192 totalmem = 0;
200 totalmem += atop((vm_offset_t)(end - start));
298 *prealmem = totalmem;
/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c658 const size_t len, const size_t totalmem, const bool op_wr)
683 .total = totalmem
726 size_t lowmem, highmem, totalmem; local
735 totalmem = lowmem + highmem;
737 if ((op_wr == false) && (totalmem != memsz)) {
739 __func__, totalmem, memsz);
750 totalmem, op_wr);
754 totalmem = 0;
762 baseaddr + vm_get_highmem_base(ctx), highmem, totalmem, op_wr);
766 totalmem
657 vm_snapshot_mem_part(const int snapfd, const size_t foff, void *src, const size_t len, const size_t totalmem, const bool op_wr) argument
[all...]

Completed in 69 milliseconds