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