Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c175 * ple_gap: upper bound on the amount of time between two successive
184 static unsigned int ple_gap = KVM_DEFAULT_PLE_GAP; variable
185 module_param(ple_gap, uint, 0444);
4450 vmcs_write32(PLE_GAP, ple_gap); in init_vmcs()
7152 if (!ple_gap) in vmx_vm_init()
7993 ple_gap = 0; in hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c186 * ple_gap: upper bound on the amount of time between two successive
195 static unsigned int ple_gap = KVM_DEFAULT_PLE_GAP; variable
196 module_param(ple_gap, uint, 0444);
4755 vmcs_write32(PLE_GAP, ple_gap); in init_vmcs()
7563 if (!ple_gap) in vmx_vm_init()
8516 ple_gap = 0; in hardware_setup()

Completed in 22 milliseconds