Home
last modified time | relevance | path

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

/freebsd/lib/libvmmapi/
H A Dinternal.h54 VM_SET_CAPABILITY, \
H A Dvmmapi.c795 return (vcpu_ioctl(vcpu, VM_SET_CAPABILITY, &vmcap)); in vm_set_capability()
/freebsd/sys/riscv/include/
H A Dvmm_dev.h228 #define VM_SET_CAPABILITY \ macro
/freebsd/sys/arm64/include/
H A Dvmm_dev.h235 #define VM_SET_CAPABILITY \ macro
/freebsd/sys/amd64/include/
H A Dvmm_dev.h398 #define VM_SET_CAPABILITY \ macro
/freebsd/sys/dev/vmm/
H A Dvmm_dev.c350 VMMDEV_IOCTL(VM_SET_CAPABILITY, VMMDEV_IOCTL_LOCK_ONE_VCPU),
592 case VM_SET_CAPABILITY: { in vmmdev_ioctl()