Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c141 static int ple_gap = KVM_VMX_DEFAULT_PLE_GAP; variable
142 module_param(ple_gap, int, S_IRUGO);
4584 if (!ple_gap) in vmx_secondary_exec_control()
4659 if (ple_gap) { in vmx_vcpu_setup()
4660 vmcs_write32(PLE_GAP, ple_gap); in vmx_vcpu_setup()
6141 ple_gap = 0; in hardware_setup()
6261 if (ple_gap) in handle_pause()
10139 if (ple_gap) in vmx_sched_in()