Lines Matching +full:tlb +full:- +full:split
26 requiring larger clear-page copy-page in page faults which is a
36 1) the TLB miss will run faster (especially with virtualization using
40 2) a single TLB entry will be mapping a much larger amount of virtual
41 memory in turn reducing the number of TLB misses. With
42 virtualization and nested pagetables the TLB can be mapped of
45 the two is using hugepages just because of the fact the TLB miss is
76 possible to disable hugepages system-wide and to only have them inside
93 -------------------
147 should be self-explanatory.
166 -------------------
264 ``mount -o remount,huge= /mountpoint`` works fine after mount: remounting
280 Force the huge option on for all - very useful for testing;
352 is incremented every time a huge page is split into base
358 is incremented if kernel fails to split huge
362 is incremented when a huge page is put onto split
364 splitting it would free up some memory. Pages on split queue are
365 going to be split under memory pressure.
368 is incremented every time a PMD split into table of PTEs.
370 munmap() on part of huge page. It doesn't split huge page, only
387 is incremented if a huge page has to be split before swapout.