Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c145 static int ple_gap = KVM_VMX_DEFAULT_PLE_GAP; variable
146 module_param(ple_gap, int, S_IRUGO);
4732 if (!ple_gap) in vmx_secondary_exec_control()
4810 if (ple_gap) { in vmx_vcpu_setup()
4811 vmcs_write32(PLE_GAP, ple_gap); in vmx_vcpu_setup()
6223 ple_gap = 0; in hardware_setup()
6351 if (ple_gap) in handle_pause()
10551 if (ple_gap) in vmx_sched_in()