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

/netbsd-current/lib/libnvmm/
H A Dnvmm.h106 int nvmm_vcpu_create(struct nvmm_machine *, nvmm_cpuid_t, struct nvmm_vcpu *);
H A Dlibnvmm.c289 nvmm_vcpu_create(struct nvmm_machine *mach, nvmm_cpuid_t cpuid, function
/netbsd-current/tests/lib/libnvmm/
H A Dh_mem_assist.c362 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 A Dh_io_assist.c379 if (nvmm_vcpu_create(&mach, 0, &vcpu) == -1)
380 err(errno, "nvmm_vcpu_create");
/netbsd-current/sys/dev/nvmm/
H A Dnvmm.c431 nvmm_vcpu_create(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_create *args) function
1207 return nvmm_vcpu_create(owner, data);

Completed in 202 milliseconds