Lines Matching refs:to
6 could be used for debugging features that need to insert extra
7 field for every page. This extension enables us to save memory
8 by not allocating this extra memory according to boottime
19 slowdown, but helps to find certain types of memory corruption.
33 pages are not saved to the suspend image.
36 allowing the kernel mapping to be backed by large pages on some
57 help to find bare alloc_page(s) leaks. Even if you include this
59 "page_owner=on" to boot parameter in order to enable it. Eats
74 help to find page migration failures. Even if you include this
76 "page_pinner=on" to boot parameter in order to enable it. Eats
100 bool "Enable tracepoint to track down page reference manipulation"
104 This is a feature to add tracepoint for tracking down page reference
105 manipulation. This tracking is useful to diagnose functional failure
106 due to migration failures caused by page reference mismatches. Be
107 careful when enabling this feature because it adds about 30 KB to the
156 bool "Export kernel pagetable layout to userspace via debugfs"
162 Say Y here if you want to show the kernel pagetable layout in a
165 It is probably not a good idea to enable this feature in a production