Home
last modified time | relevance | path

Searched refs:nx_huge_pages_recovery_ratio (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.sh12 NX_HUGE_PAGES_RECOVERY_RATIO=$(cat /sys/module/kvm/parameters/nx_huge_pages_recovery_ratio)
30 sudo_echo 1 /sys/module/kvm/parameters/nx_huge_pages_recovery_ratio
54 sudo_echo "$NX_HUGE_PAGES_RECOVERY_RATIO" /sys/module/kvm/parameters/nx_huge_pages_recovery_ratio
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c62 static uint __read_mostly nx_huge_pages_recovery_ratio = 0; variable
64 static uint __read_mostly nx_huge_pages_recovery_ratio = 60; variable
82 module_param_cb(nx_huge_pages_recovery_ratio, &nx_huge_pages_recovery_ratio_ops,
83 &nx_huge_pages_recovery_ratio, 0644);
84 __MODULE_PARM_TYPE(nx_huge_pages_recovery_ratio, "uint");
5989 old_val = nx_huge_pages_recovery_ratio; in set_nx_huge_pages_recovery_ratio()
5995 !old_val && nx_huge_pages_recovery_ratio) { in set_nx_huge_pages_recovery_ratio()
6021 ratio = READ_ONCE(nx_huge_pages_recovery_ratio); in kvm_recover_nx_lpages()
6057 return READ_ONCE(nx_huge_pages) && READ_ONCE(nx_huge_pages_recovery_ratio) in get_nx_lpage_recovery_timeout()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c68 static uint __read_mostly nx_huge_pages_recovery_ratio = 0; variable
70 static uint __read_mostly nx_huge_pages_recovery_ratio = 60; variable
89 module_param_cb(nx_huge_pages_recovery_ratio, &nx_huge_pages_recovery_param_ops,
90 &nx_huge_pages_recovery_ratio, 0644);
91 __MODULE_PARM_TYPE(nx_huge_pages_recovery_ratio, "uint");
6964 uint ratio = READ_ONCE(nx_huge_pages_recovery_ratio); in calc_nx_huge_pages_recovery_period()
7031 ratio = READ_ONCE(nx_huge_pages_recovery_ratio); in kvm_recover_nx_huge_pages()

Completed in 25 milliseconds