Home
last modified time | relevance | path

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

/netbsd-src/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, in nvmm_vcpu_create() function
/netbsd-src/tests/lib/libnvmm/
H A Dh_mem_assist.c362 if (nvmm_vcpu_create(&mach, 0, &vcpu) == -1) in test_vm64()
450 if (nvmm_vcpu_create(&mach, 0, &vcpu) == -1) in test_vm16()
H A Dh_io_assist.c379 if (nvmm_vcpu_create(&mach, 0, &vcpu) == -1) in main()
/netbsd-src/sys/dev/nvmm/
H A Dnvmm.c431 nvmm_vcpu_create(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_create *args) in nvmm_vcpu_create() function
1207 return nvmm_vcpu_create(owner, data); in nvmm_ioctl_internal()