Searched refs:KVM_X86_DISABLE_EXITS_HLT (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dkvm_pv_test.c160 vm_enable_cap(vm, KVM_CAP_X86_DISABLE_EXITS, KVM_X86_DISABLE_EXITS_HLT);
/linux-master/include/uapi/linux/
H A Dkvm.h604 #define KVM_X86_DISABLE_EXITS_HLT (1 << 1) macro
608 KVM_X86_DISABLE_EXITS_HLT | \
/linux-master/tools/include/uapi/linux/
H A Dkvm.h604 #define KVM_X86_DISABLE_EXITS_HLT (1 << 1) macro
608 KVM_X86_DISABLE_EXITS_HLT | \
/linux-master/arch/x86/kvm/
H A Dx86.c4748 r |= KVM_X86_DISABLE_EXITS_HLT |
6574 if (cap->args[0] & KVM_X86_DISABLE_EXITS_HLT)

Completed in 298 milliseconds