Home
last modified time | relevance | path

Searched refs:vm_enable_cap (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dexit_on_emulation_failure_test.c
H A Dmax_vcpuid_cap_test.c
H A Dsmaller_maxphyaddr_emulation_test.c
H A Dmonitor_mwait_test.c
H A Dtriple_fault_event_test.c
H A Dfix_hypercall_test.c
H A Duserspace_msr_exit_test.c
H A Dapic_bus_clock_test.c
H A Dkvm_pv_test.c
H A Ddirty_log_page_splitting_test.c
H A Dnested_exceptions_test.c
H A Dxapic_state_test.c
H A Dprivate_mem_conversions_test.c
H A Dpmu_event_filter_test.c
/linux/tools/testing/selftests/kvm/
H A Dmemslot_modification_stress_test.c95 vm_enable_cap(vm, KVM_CAP_DISABLE_QUIRKS2, KVM_X86_QUIRK_SLOT_ZAP_ALL); in run_test()
H A Dset_memory_region_test.c188 vm_enable_cap(vm, KVM_CAP_DISABLE_QUIRKS2, KVM_X86_QUIRK_SLOT_ZAP_ALL); in test_move_memory_region()
283 vm_enable_cap(vm, KVM_CAP_DISABLE_QUIRKS2, KVM_X86_QUIRK_SLOT_ZAP_ALL); in test_delete_memory_region()
H A Ddirty_log_perf_test.c166 vm_enable_cap(vm, KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2, in run_test()
H A Ddirty_log_test.c225 vm_enable_cap(vm, KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2, manual_caps); in clear_log_create_vm_done()
H A Dmemslot_perf_test.c586 vm_enable_cap(data->vm, KVM_CAP_DISABLE_QUIRKS2, KVM_X86_QUIRK_SLOT_ZAP_ALL); in test_memslot_move_prepare()
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c228 vm_enable_cap(vm, KVM_CAP_EXCEPTION_PAYLOAD, -2ul); in main()
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h370 static inline void vm_enable_cap(struct kvm_vm *vm, uint32_t cap, uint64_t arg0) in vm_enable_cap() function