Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dvmx.c162 static int ple_gap = KVM_VMX_DEFAULT_PLE_GAP; variable
163 module_param(ple_gap, int, S_IRUGO);
4965 if (!ple_gap) in vmx_secondary_exec_control()
5043 if (ple_gap) { in vmx_vcpu_setup()
5044 vmcs_write32(PLE_GAP, ple_gap); in vmx_vcpu_setup()
6453 ple_gap = 0; in hardware_setup()
6533 if (ple_gap) in handle_pause()
10827 if (ple_gap) in vmx_sched_in()