Home
last modified time | relevance | path

Searched refs:VM_CAP_MAX (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/amd64/include/
HDvmm.h413 VM_CAP_MAX enumerator
/NextBSD/sys/amd64/vmm/
HDvmm.c2135 if (type < 0 || type >= VM_CAP_MAX) in vm_get_capability()
2147 if (type < 0 || type >= VM_CAP_MAX) in vm_set_capability()
/NextBSD/usr.sbin/bhyvectl/
HDbhyvectl.c2143 for (captype = 0; captype < VM_CAP_MAX; captype++) { in main()