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

/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c127 #define VM_MAX_MEMSEGS 2 macro
164 struct mem_seg mem_segs[VM_MAX_MEMSEGS]; /* (o) guest memory regions */
498 for (i = 0; i < VM_MAX_MEMSEGS; i++)
594 if (ident < 0 || ident >= VM_MAX_MEMSEGS)
624 if (ident < 0 || ident >= VM_MAX_MEMSEGS)
642 KASSERT(ident >= 0 && ident < VM_MAX_MEMSEGS,
667 if (segid < 0 || segid >= VM_MAX_MEMSEGS)

Completed in 606 milliseconds