Home
last modified time | relevance | path

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

/trueos/sys/amd64/include/
HDvmm_dev.h301 #define VM_SET_CAPABILITY \ macro
/trueos/sys/amd64/vmm/
HDvmm_dev.c197 case VM_SET_CAPABILITY: in vmmdev_ioctl()
407 case VM_SET_CAPABILITY: in vmmdev_ioctl()
/trueos/lib/libvmmapi/
HDvmmapi.c641 return (ioctl(ctx->fd, VM_SET_CAPABILITY, &vmcap)); in vm_set_capability()