Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c138 bool __read_mostly enable_pml = 1; variable
139 module_param_named(pml, enable_pml, bool, 0444);
4814 if (!enable_pml || !atomic_read(&vcpu->kvm->nr_memslots_dirty_logging)) in vmx_secondary_exec_control()
4979 if (enable_pml) { in init_vmcs()
6723 if (enable_pml && !is_guest_mode(vcpu)) in __vmx_handle_exit()
7650 if (enable_pml) in vmx_vcpu_free()
7682 if (enable_pml) { in vmx_vcpu_create()
7794 if (enable_pml) in vmx_vm_init()
8447 if (WARN_ON_ONCE(!enable_pml)) in vmx_update_cpu_dirty_logging()
8801 enable_pml = 0; in vmx_hardware_setup()