Lines Matching refs:a
11 These page table helpers need to conform to a common semantics across platforms.
23 | pte_bad | Tests a non-table mapped PTE |
25 | pte_present | Tests a valid mapped PTE |
27 | pte_young | Tests a young PTE |
29 | pte_dirty | Tests a dirty PTE |
31 | pte_write | Tests a writable PTE |
33 | pte_special | Tests a special PTE |
35 | pte_protnone | Tests a PROT_NONE PTE |
37 | pte_devmap | Tests a ZONE_DEVICE mapped PTE |
39 | pte_soft_dirty | Tests a soft dirty PTE |
41 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
43 | pte_mkyoung | Creates a young PTE |
47 | pte_mkdirty | Creates a dirty PTE |
49 | pte_mkclean | Creates a clean PTE |
51 | pte_mkwrite | Creates a writable PTE |
53 | pte_wrprotect | Creates a write protected PTE |
55 | pte_mkspecial | Creates a special PTE |
57 | pte_mkdevmap | Creates a ZONE_DEVICE mapped PTE |
59 | pte_mksoft_dirty | Creates a soft dirty PTE |
61 | pte_clear_soft_dirty | Clears a soft dirty PTE |
63 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
65 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
67 | pte_mknotpresent | Invalidates a mapped PTE |
69 | ptep_get_and_clear | Clears a PTE |
71 | ptep_get_and_clear_full | Clears a PTE |
73 | ptep_test_and_clear_young | Clears young from a PTE |
75 | ptep_set_wrprotect | Converts into a write protected PTE |
77 | ptep_set_access_flags | Converts into a more permissive PTE |
87 | pmd_bad | Tests a non-table mapped PMD |
89 | pmd_leaf | Tests a leaf mapped PMD |
91 | pmd_huge | Tests a HugeTLB mapped PMD |
93 | pmd_trans_huge | Tests a Transparent Huge Page (THP) at PMD |
95 | pmd_present | Tests a valid mapped PMD |
97 | pmd_young | Tests a young PMD |
99 | pmd_dirty | Tests a dirty PMD |
101 | pmd_write | Tests a writable PMD |
103 | pmd_special | Tests a special PMD |
105 | pmd_protnone | Tests a PROT_NONE PMD |
107 | pmd_devmap | Tests a ZONE_DEVICE mapped PMD |
109 | pmd_soft_dirty | Tests a soft dirty PMD |
111 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
113 | pmd_mkyoung | Creates a young PMD |
117 | pmd_mkdirty | Creates a dirty PMD |
119 | pmd_mkclean | Creates a clean PMD |
121 | pmd_mkwrite | Creates a writable PMD |
123 | pmd_wrprotect | Creates a write protected PMD |
125 | pmd_mkspecial | Creates a special PMD |
127 | pmd_mkdevmap | Creates a ZONE_DEVICE mapped PMD |
129 | pmd_mksoft_dirty | Creates a soft dirty PMD |
131 | pmd_clear_soft_dirty | Clears a soft dirty PMD |
133 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
135 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
137 | pmd_mkinvalid | Invalidates a mapped PMD [1] |
139 | pmd_set_huge | Creates a PMD huge mapping |
141 | pmd_clear_huge | Clears a PMD huge mapping |
143 | pmdp_get_and_clear | Clears a PMD |
145 | pmdp_get_and_clear_full | Clears a PMD |
147 | pmdp_test_and_clear_young | Clears young from a PMD |
149 | pmdp_set_wrprotect | Converts into a write protected PMD |
151 | pmdp_set_access_flags | Converts into a more permissive PMD |
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 |
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 |
215 | pte_huge | Tests a HugeTLB |
217 | pte_mkhuge | Creates a HugeTLB |
219 | huge_pte_dirty | Tests a dirty HugeTLB |
221 | huge_pte_write | Tests a writable HugeTLB |
223 | huge_pte_mkdirty | Creates a dirty HugeTLB |
225 | huge_pte_mkwrite | Creates a writable HugeTLB |
227 | huge_pte_wrprotect | Creates a write protected HugeTLB |
229 | huge_ptep_get_and_clear | Clears a HugeTLB |
231 | huge_ptep_set_wrprotect | Converts into a write protected HugeTLB |
233 | huge_ptep_set_access_flags | Converts into a more permissive HugeTLB |
241 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE |
243 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) |
245 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
247 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) |
249 | is_migration_entry | Tests a migration (read or write) swapped entry |
251 | is_write_migration_entry | Tests a write migration swapped entry |
255 | make_migration_entry | Creates a migration swapped entry (read or write)|