/src/lib/libnvmm/ |
nvmm.h | 106 int nvmm_vcpu_create(struct nvmm_machine *, nvmm_cpuid_t, struct nvmm_vcpu *);
|
libnvmm.c | 289 nvmm_vcpu_create(struct nvmm_machine *mach, nvmm_cpuid_t cpuid, function in typeref:typename:int
|
/src/tests/lib/libnvmm/ |
h_mem_assist.c | 362 if (nvmm_vcpu_create(&mach, 0, &vcpu) == -1) 363 err(errno, "nvmm_vcpu_create"); 450 if (nvmm_vcpu_create(&mach, 0, &vcpu) == -1) 451 err(errno, "nvmm_vcpu_create");
|
h_io_assist.c | 379 if (nvmm_vcpu_create(&mach, 0, &vcpu) == -1) 380 err(errno, "nvmm_vcpu_create");
|
/src/sys/dev/nvmm/ |
nvmm.c | 431 nvmm_vcpu_create(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_create *args) function in typeref:typename:int 1207 return nvmm_vcpu_create(owner, data);
|