Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/
H A Dvmm.c305 #define VM_MAXCPU MIN(0xffff - 1, CPU_SETSIZE) macro
413 if (vm_maxcpu > VM_MAXCPU) { in vmm_init()
414 printf("vmm: vm_maxcpu clamped to %u\n", VM_MAXCPU); in vmm_init()
415 vm_maxcpu = VM_MAXCPU; in vmm_init()