Home
last modified time | relevance | path

Searched refs:__vm_enable_cap (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/s390/
H A Duser_operexec.c28 rc = __vm_enable_cap(vm, KVM_CAP_S390_USER_INSTR0, 0); in test_user_instr0()
51 rc = __vm_enable_cap(vm, KVM_CAP_S390_USER_OPEREXEC, 0); in test_user_operexec()
66 rc = __vm_enable_cap(vm, KVM_CAP_S390_USER_OPEREXEC, 0); in test_user_operexec()
85 rc = __vm_enable_cap(vm, KVM_CAP_S390_USER_INSTR0, 0); in test_user_operexec_combined()
87 rc = __vm_enable_cap(vm, KVM_CAP_S390_USER_OPEREXEC, 0); in test_user_operexec_combined()
99 rc = __vm_enable_cap(vm, KVM_CAP_S390_USER_OPEREXEC, 0); in test_user_operexec_combined()
101 rc = __vm_enable_cap(vm, KVM_CAP_S390_USER_INSTR0, 0); in test_user_operexec_combined()
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h384 static inline int __vm_enable_cap(struct kvm_vm *vm, uint32_t cap, uint64_t arg0) in __vm_enable_cap() function
1258 return __vm_enable_cap(vm, KVM_CAP_VM_DISABLE_NX_HUGE_PAGES, 0); in __vm_disable_nx_huge_pages()