Lines Matching refs:hugepage
14 - "graceful fallback": mm components which don't have transparent hugepage
16 if necessary, split a transparent hugepage. Therefore these components
19 - if a hugepage allocation fails because of memory fragmentation,
32 is not specific to transparent hugepage support and it's a generic
39 get_user_pages and follow_page if run on a hugepage, will return the
54 hugepage backed mappings.
66 pmd_offset. It's trivial to make the code transparent hugepage aware
71 hugepage aware.
73 If you're not walking pagetables but you run into a physical hugepage
76 it tries to swapout the hugepage for example. split_huge_page() can fail
79 Example to make mremap.c transparent hugepage aware with a one liner
93 Locking in hugepage aware code
96 We want as much code as possible hugepage aware, as calling
112 hugepage natively. Once finished, you can drop the page table lock.