Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dnx_huge_pages_test.sh13 NX_HUGE_PAGES_RECOVERY_RATIO=$(cat /sys/module/kvm/parameters/nx_huge_pages_recovery_ratio)
31 sudo_echo 1 /sys/module/kvm/parameters/nx_huge_pages_recovery_ratio
55 sudo_echo "$NX_HUGE_PAGES_RECOVERY_RATIO" /sys/module/kvm/parameters/nx_huge_pages_recovery_ratio
/linux-6.1.9/arch/x86/kvm/mmu/
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_param_ops,
83 &nx_huge_pages_recovery_ratio, 0644);
84 __MODULE_PARM_TYPE(nx_huge_pages_recovery_ratio, "uint");
6757 uint ratio = READ_ONCE(nx_huge_pages_recovery_ratio); in calc_nx_huge_pages_recovery_period()
6820 ratio = READ_ONCE(nx_huge_pages_recovery_ratio); in kvm_recover_nx_lpages()
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt2512 kvm.nx_huge_pages_recovery_ratio=