Searched refs:__vm_enable_cap (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | user_operexec.c | 28 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/x86/ |
| H A D | apic_bus_clock_test.c | 143 ret = __vm_enable_cap(vm, KVM_CAP_X86_APIC_BUS_CYCLES_NS, in run_apic_bus_clock_test()
|
| H A D | kvm_pv_test.c | 157 r = __vm_enable_cap(vm, KVM_CAP_X86_DISABLE_EXITS, KVM_X86_DISABLE_EXITS_HLT); in test_pv_unhalt()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 407 static inline int __vm_enable_cap(struct kvm_vm *vm, u32 cap, u64 arg0) in __vm_enable_cap() function 1263 return __vm_enable_cap(vm, KVM_CAP_VM_DISABLE_NX_HUGE_PAGES, 0); in __vm_disable_nx_huge_pages()
|