Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c363 to->pause_filter_thresh = from->pause_filter_thresh; in __nested_copy_vmcb_control_to_cache()
741 pause_thresh12 = svm->nested.ctl.pause_filter_thresh; in nested_vmcb02_prepare_control()
747 vmcb02->control.pause_filter_thresh = pause_thresh12; in nested_vmcb02_prepare_control()
752 vmcb02->control.pause_filter_thresh = vmcb01->control.pause_filter_thresh; in nested_vmcb02_prepare_control()
759 vmcb02->control.pause_filter_thresh = 0; in nested_vmcb02_prepare_control()
1576 dst->pause_filter_thresh = from->pause_filter_thresh; in nested_copy_vmcb_cache_to_control()
H A Dsvm.c177 static unsigned short pause_filter_thresh = KVM_DEFAULT_PLE_GAP; variable
178 module_param(pause_filter_thresh, ushort, 0444);
1362 if (pause_filter_thresh) in init_vmcb()
1363 control->pause_filter_thresh = pause_filter_thresh; in init_vmcb()
3374 control->pause_filter_thresh); in dump_vmcb()
4929 if (!pause_filter_count || !pause_filter_thresh) in svm_vm_init()
5240 pause_filter_thresh = 0; in svm_hardware_setup()
5242 pause_filter_thresh = 0; in svm_hardware_setup()
H A Dsvm.h128 u16 pause_filter_thresh; member
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h89 u16 pause_filter_thresh; member
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h125 u16 pause_filter_thresh; member