Searched refs:nvmm_vcpu_create (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/lib/libnvmm/ |
H A D | nvmm.h | 106 int nvmm_vcpu_create(struct nvmm_machine *, nvmm_cpuid_t, struct nvmm_vcpu *);
|
H A D | libnvmm.c | 289 nvmm_vcpu_create(struct nvmm_machine *mach, nvmm_cpuid_t cpuid, in nvmm_vcpu_create() function
|
/netbsd-src/tests/lib/libnvmm/ |
H A D | h_mem_assist.c | 362 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 D | h_io_assist.c | 379 if (nvmm_vcpu_create(&mach, 0, &vcpu) == -1) in main()
|
/netbsd-src/sys/dev/nvmm/ |
H A D | nvmm.c | 431 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()
|