Searched refs:__vm_enable_cap (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dmax_vcpuid_cap_test.c25 ret = __vm_enable_cap(vm, KVM_CAP_MAX_VCPU_ID, ret + 1);
34 ret = __vm_enable_cap(vm, KVM_CAP_MAX_VCPU_ID, MAX_VCPU_ID + 1);
H A Dsev_migrate_tests.c61 return __vm_enable_cap(dst, KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM, src->fd);
197 return __vm_enable_cap(dst, KVM_CAP_VM_COPY_ENC_CONTEXT_FROM, src->fd);
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h384 static inline int __vm_enable_cap(struct kvm_vm *vm, uint32_t cap, uint64_t arg0) function
1119 return __vm_enable_cap(vm, KVM_CAP_VM_DISABLE_NX_HUGE_PAGES, 0);

Completed in 111 milliseconds