Searched refs:KVM_ENABLE_CAP (Results 1 – 3 of 3) sorted by relevance
55 vcpu_ioctl(vm, vcpu_id, KVM_ENABLE_CAP, &enable_evmcs_cap); in vcpu_enable_evmcs()
109 ret = ioctl(vm->fd, KVM_ENABLE_CAP, cap); in vm_enable_cap()137 r = ioctl(vcpu->fd, KVM_ENABLE_CAP, cap); in vcpu_enable_cap()
1526 #define KVM_ENABLE_CAP _IOW(KVMIO, 0xa3, struct kvm_enable_cap) macro