Lines Matching refs:PUD
155 PUD Page Table Helpers
159 | pud_same | Tests whether both PUD entries are the same |
161 | pud_bad | Tests a non-table mapped PUD |
163 | pud_leaf | Tests a leaf mapped PUD |
165 | pud_huge | Tests a HugeTLB mapped PUD |
167 | pud_trans_huge | Tests a Transparent Huge Page (THP) at PUD |
169 | pud_present | Tests a valid mapped PUD |
171 | pud_young | Tests a young PUD |
173 | pud_dirty | Tests a dirty PUD |
175 | pud_write | Tests a writable PUD |
177 | pud_devmap | Tests a ZONE_DEVICE mapped PUD |
179 | pud_mkyoung | Creates a young PUD |
181 | pud_mkold | Creates an old PUD |
183 | pud_mkdirty | Creates a dirty PUD |
185 | pud_mkclean | Creates a clean PUD |
187 | pud_mkwrite | Creates a writable PUD |
189 | pud_wrprotect | Creates a write protected PUD |
191 | pud_mkdevmap | Creates a ZONE_DEVICE mapped PUD |
193 | pud_mkinvalid | Invalidates a mapped PUD [1] |
195 | pud_set_huge | Creates a PUD huge mapping |
197 | pud_clear_huge | Clears a PUD huge mapping |
199 | pudp_get_and_clear | Clears a PUD |
201 | pudp_get_and_clear_full | Clears a PUD |
203 | pudp_test_and_clear_young | Clears young from a PUD |
205 | pudp_set_wrprotect | Converts into a write protected PUD |
207 | pudp_set_access_flags | Converts into a more permissive PUD |