Lines Matching refs:a
9 These page table helpers need to conform to a common semantics across platforms.
21 | pte_bad | Tests a non-table mapped PTE |
23 | pte_present | Tests a valid mapped PTE |
25 | pte_young | Tests a young PTE |
27 | pte_dirty | Tests a dirty PTE |
29 | pte_write | Tests a writable PTE |
31 | pte_special | Tests a special PTE |
33 | pte_protnone | Tests a PROT_NONE PTE |
35 | pte_devmap | Tests a ZONE_DEVICE mapped PTE |
37 | pte_soft_dirty | Tests a soft dirty PTE |
39 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
41 | pte_mkyoung | Creates a young PTE |
45 | pte_mkdirty | Creates a dirty PTE |
47 | pte_mkclean | Creates a clean PTE |
49 | pte_mkwrite | Creates a writable PTE of the type specified by |
52 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type |
55 | pte_wrprotect | Creates a write protected PTE |
57 | pte_mkspecial | Creates a special PTE |
59 | pte_mkdevmap | Creates a ZONE_DEVICE mapped PTE |
61 | pte_mksoft_dirty | Creates a soft dirty PTE |
63 | pte_clear_soft_dirty | Clears a soft dirty PTE |
65 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
67 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
69 | pte_mknotpresent | Invalidates a mapped PTE |
71 | ptep_clear | Clears a PTE |
77 | ptep_test_and_clear_young | Clears young from a PTE |
79 | ptep_set_wrprotect | Converts into a write protected PTE |
81 | ptep_set_access_flags | Converts into a more permissive PTE |
91 | pmd_bad | Tests a non-table mapped PMD |
93 | pmd_leaf | Tests a leaf mapped PMD |
95 | pmd_huge | Tests a HugeTLB mapped PMD |
97 | pmd_trans_huge | Tests a Transparent Huge Page (THP) at PMD |
101 | pmd_young | Tests a young PMD |
103 | pmd_dirty | Tests a dirty PMD |
105 | pmd_write | Tests a writable PMD |
107 | pmd_special | Tests a special PMD |
109 | pmd_protnone | Tests a PROT_NONE PMD |
111 | pmd_devmap | Tests a ZONE_DEVICE mapped PMD |
113 | pmd_soft_dirty | Tests a soft dirty PMD |
115 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
117 | pmd_mkyoung | Creates a young PMD |
121 | pmd_mkdirty | Creates a dirty PMD |
123 | pmd_mkclean | Creates a clean PMD |
125 | pmd_mkwrite | Creates a writable PMD of the type specified by |
128 | pmd_mkwrite_novma | Creates a writable PMD, of the conventional type |
131 | pmd_wrprotect | Creates a write protected PMD |
133 | pmd_mkspecial | Creates a special PMD |
135 | pmd_mkdevmap | Creates a ZONE_DEVICE mapped PMD |
137 | pmd_mksoft_dirty | Creates a soft dirty PMD |
139 | pmd_clear_soft_dirty | Clears a soft dirty PMD |
141 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
143 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
145 | pmd_mkinvalid | Invalidates a mapped PMD [1] |
147 | pmd_set_huge | Creates a PMD huge mapping |
149 | pmd_clear_huge | Clears a PMD huge mapping |
151 | pmdp_get_and_clear | Clears a PMD |
153 | pmdp_get_and_clear_full | Clears a PMD |
155 | pmdp_test_and_clear_young | Clears young from a PMD |
157 | pmdp_set_wrprotect | Converts into a write protected PMD |
159 | pmdp_set_access_flags | Converts into a more permissive PMD |
169 | pud_bad | Tests a non-table mapped PUD |
171 | pud_leaf | Tests a leaf mapped PUD |
173 | pud_huge | Tests a HugeTLB mapped PUD |
175 | pud_trans_huge | Tests a Transparent Huge Page (THP) at PUD |
177 | pud_present | Tests a valid mapped PUD |
179 | pud_young | Tests a young PUD |
181 | pud_dirty | Tests a dirty PUD |
183 | pud_write | Tests a writable PUD |
185 | pud_devmap | Tests a ZONE_DEVICE mapped PUD |
187 | pud_mkyoung | Creates a young PUD |
191 | pud_mkdirty | Creates a dirty PUD |
193 | pud_mkclean | Creates a clean PUD |
195 | pud_mkwrite | Creates a writable PUD |
197 | pud_wrprotect | Creates a write protected PUD |
199 | pud_mkdevmap | Creates a ZONE_DEVICE mapped PUD |
201 | pud_mkinvalid | Invalidates a mapped PUD [1] |
203 | pud_set_huge | Creates a PUD huge mapping |
205 | pud_clear_huge | Clears a PUD huge mapping |
207 | pudp_get_and_clear | Clears a PUD |
209 | pudp_get_and_clear_full | Clears a PUD |
211 | pudp_test_and_clear_young | Clears young from a PUD |
213 | pudp_set_wrprotect | Converts into a write protected PUD |
215 | pudp_set_access_flags | Converts into a more permissive PUD |
223 | pte_huge | Tests a HugeTLB |
225 | arch_make_huge_pte | Creates a HugeTLB |
227 | huge_pte_dirty | Tests a dirty HugeTLB |
229 | huge_pte_write | Tests a writable HugeTLB |
231 | huge_pte_mkdirty | Creates a dirty HugeTLB |
233 | huge_pte_mkwrite | Creates a writable HugeTLB |
235 | huge_pte_wrprotect | Creates a write protected HugeTLB |
237 | huge_ptep_get_and_clear | Clears a HugeTLB |
239 | huge_ptep_set_wrprotect | Converts into a write protected HugeTLB |
241 | huge_ptep_set_access_flags | Converts into a more permissive HugeTLB |
249 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE |
251 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) |
253 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
255 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) |
257 | is_migration_entry | Tests a migration (read or write) swapped entry |
259 | is_writable_migration_entry | Tests a write migration swapped entry |
261 | make_readable_migration_entry | Creates a read migration swapped entry |
263 | make_writable_migration_entry | Creates a write migration swapped entry |