Home
last modified time | relevance | path

Searched refs:nvmm_ioc_vcpu_create (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_ioctl.h60 struct nvmm_ioc_vcpu_create { struct
151 #define NVMM_IOC_VCPU_CREATE _IOWR('N', 4, struct nvmm_ioc_vcpu_create)
H A Dnvmm.c370 nvmm_vcpu_create(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_create *args) in nvmm_vcpu_create()
/dragonfly/lib/libnvmm/
H A Dlibnvmm.c293 struct nvmm_ioc_vcpu_create args; in nvmm_vcpu_create()