OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVMM_MAX_MACHINES
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/nvmm/
nvmm_internal.h
46
#define
NVMM_MAX_MACHINES
128
nvmm.c
59
static struct nvmm_machine machines[
NVMM_MAX_MACHINES
];
134
for (i = 0; i <
NVMM_MAX_MACHINES
; i++) {
169
if (__predict_false(machid >=
NVMM_MAX_MACHINES
)) {
267
for (i = 0; i <
NVMM_MAX_MACHINES
; i++) {
309
args->cap.max_machines =
NVMM_MAX_MACHINES
;
1034
for (i = 0; i <
NVMM_MAX_MACHINES
; i++) {
1060
for (i = 0; i <
NVMM_MAX_MACHINES
; i++) {
1394
for (i = 0; i <
NVMM_MAX_MACHINES
; i++)
1425
for (i = 0; i <
NVMM_MAX_MACHINES
; i++)
/src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c
648
CTASSERT(VPID_MAX-1 >=
NVMM_MAX_MACHINES
* NVMM_MAX_VCPUS);
Completed in 47 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025