Lines Matching refs:PUD
160 PUD Page Table Helpers
164 | pud_same | Tests whether both PUD entries are the same |
166 | pud_bad | Tests a non-table mapped PUD |
168 | pud_leaf | Tests a leaf mapped PUD |
170 | pud_trans_huge | Tests a Transparent Huge Page (THP) at PUD |
172 | pud_present | Tests a valid mapped PUD |
174 | pud_young | Tests a young PUD |
176 | pud_dirty | Tests a dirty PUD |
178 | pud_write | Tests a writable PUD |
180 | pud_devmap | Tests a ZONE_DEVICE mapped PUD |
182 | pud_mkyoung | Creates a young PUD |
184 | pud_mkold | Creates an old PUD |
186 | pud_mkdirty | Creates a dirty PUD |
188 | pud_mkclean | Creates a clean PUD |
190 | pud_mkwrite | Creates a writable PUD |
192 | pud_wrprotect | Creates a write protected PUD |
194 | pud_mkdevmap | Creates a ZONE_DEVICE mapped PUD |
196 | pud_mkinvalid | Invalidates a present PUD; do not call for |
197 | | non-present PUD [1] |
199 | pud_set_huge | Creates a PUD huge mapping |
201 | pud_clear_huge | Clears a PUD huge mapping |
203 | pudp_get_and_clear | Clears a PUD |
205 | pudp_get_and_clear_full | Clears a PUD |
207 | pudp_test_and_clear_young | Clears young from a PUD |
209 | pudp_set_wrprotect | Converts into a write protected PUD |
211 | pudp_set_access_flags | Converts into a more permissive PUD |