Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.sh
/linux/Documentation/admin-guide/hw-vuln/
H A Dmultihit.rst126 non-executable can be controlled with a module parameter "nx_huge_pages=".
128 boot time with the option "kvm.nx_huge_pages=".
/linux/arch/x86/kvm/mmu/
H A Dmmu.c64 int __read_mostly nx_huge_pages = -1; variable
87 module_param_cb(nx_huge_pages, &nx_huge_pages_ops, &nx_huge_pages, 0644);
88 __MODULE_PARM_TYPE(nx_huge_pages, "bool");
7152 nx_huge_pages = itlb_multihit_kvm_mitigation = val; in __set_nx_huge_pages()
7157 bool old_val = nx_huge_pages; in set_nx_huge_pages()
7212 if (nx_huge_pages == -1) in kvm_mmu_x86_module_init()
7292 bool enabled = READ_ONCE(nx_huge_pages); in calc_nx_huge_pages_recovery_period()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2784 kvm.nx_huge_pages=
3667 kvm.nx_huge_pages=off [X86]
3690 kvm.nx_huge_pages when
3691 kvm.nx_huge_pages=force.
/linux/Documentation/virt/kvm/
H A Dapi.rst8951 The capability has no effect if the nx_huge_pages module parameter is not set.