Home
last modified time | relevance | path

Searched refs:KVM_FEATURE_NOP_IO_DELAY (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/x86/include/uapi/asm/
Dkvm_para.h20 #define KVM_FEATURE_NOP_IO_DELAY 1 macro
/linux-6.1.9/Documentation/virt/kvm/x86/
Dcpuid.rst47 KVM_FEATURE_NOP_IO_DELAY 1 not necessary to perform delays
/linux-6.1.9/arch/x86/kernel/
Dkvm.c312 if (kvm_para_has_feature(KVM_FEATURE_NOP_IO_DELAY)) in paravirt_ops_setup()
/linux-6.1.9/arch/x86/kvm/
Dcpuid.c1092 (1 << KVM_FEATURE_NOP_IO_DELAY) | in __do_cpuid_func()