Lines Matching +full:not +full:- +full:swapped
1 .. SPDX-License-Identifier: GPL-2.0
18 +---------------------------+--------------------------------------------------+
20 +---------------------------+--------------------------------------------------+
22 +---------------------------+--------------------------------------------------+
24 +---------------------------+--------------------------------------------------+
26 +---------------------------+--------------------------------------------------+
28 +---------------------------+--------------------------------------------------+
30 +---------------------------+--------------------------------------------------+
32 +---------------------------+--------------------------------------------------+
34 +---------------------------+--------------------------------------------------+
36 +---------------------------+--------------------------------------------------+
37 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
38 +---------------------------+--------------------------------------------------+
40 +---------------------------+--------------------------------------------------+
42 +---------------------------+--------------------------------------------------+
44 +---------------------------+--------------------------------------------------+
46 +---------------------------+--------------------------------------------------+
49 +---------------------------+--------------------------------------------------+
52 +---------------------------+--------------------------------------------------+
54 +---------------------------+--------------------------------------------------+
56 +---------------------------+--------------------------------------------------+
58 +---------------------------+--------------------------------------------------+
60 +---------------------------+--------------------------------------------------+
62 +---------------------------+--------------------------------------------------+
63 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
64 +---------------------------+--------------------------------------------------+
65 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
66 +---------------------------+--------------------------------------------------+
68 +---------------------------+--------------------------------------------------+
70 +---------------------------+--------------------------------------------------+
72 +---------------------------+--------------------------------------------------+
74 +---------------------------+--------------------------------------------------+
76 +---------------------------+--------------------------------------------------+
78 +---------------------------+--------------------------------------------------+
80 +---------------------------+--------------------------------------------------+
86 +---------------------------+--------------------------------------------------+
88 +---------------------------+--------------------------------------------------+
89 | pmd_bad | Tests a non-table mapped PMD |
90 +---------------------------+--------------------------------------------------+
92 +---------------------------+--------------------------------------------------+
94 +---------------------------+--------------------------------------------------+
96 +---------------------------+--------------------------------------------------+
98 +---------------------------+--------------------------------------------------+
100 +---------------------------+--------------------------------------------------+
102 +---------------------------+--------------------------------------------------+
104 +---------------------------+--------------------------------------------------+
106 +---------------------------+--------------------------------------------------+
108 +---------------------------+--------------------------------------------------+
110 +---------------------------+--------------------------------------------------+
111 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
112 +---------------------------+--------------------------------------------------+
114 +---------------------------+--------------------------------------------------+
116 +---------------------------+--------------------------------------------------+
118 +---------------------------+--------------------------------------------------+
120 +---------------------------+--------------------------------------------------+
123 +---------------------------+--------------------------------------------------+
126 +---------------------------+--------------------------------------------------+
128 +---------------------------+--------------------------------------------------+
130 +---------------------------+--------------------------------------------------+
132 +---------------------------+--------------------------------------------------+
134 +---------------------------+--------------------------------------------------+
136 +---------------------------+--------------------------------------------------+
137 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
138 +---------------------------+--------------------------------------------------+
139 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
140 +---------------------------+--------------------------------------------------+
141 | pmd_mkinvalid | Invalidates a present PMD; do not call for |
142 | | non-present PMD [1] |
143 +---------------------------+--------------------------------------------------+
145 +---------------------------+--------------------------------------------------+
147 +---------------------------+--------------------------------------------------+
149 +---------------------------+--------------------------------------------------+
151 +---------------------------+--------------------------------------------------+
153 +---------------------------+--------------------------------------------------+
155 +---------------------------+--------------------------------------------------+
157 +---------------------------+--------------------------------------------------+
163 +---------------------------+--------------------------------------------------+
165 +---------------------------+--------------------------------------------------+
166 | pud_bad | Tests a non-table mapped PUD |
167 +---------------------------+--------------------------------------------------+
169 +---------------------------+--------------------------------------------------+
171 +---------------------------+--------------------------------------------------+
173 +---------------------------+--------------------------------------------------+
175 +---------------------------+--------------------------------------------------+
177 +---------------------------+--------------------------------------------------+
179 +---------------------------+--------------------------------------------------+
181 +---------------------------+--------------------------------------------------+
183 +---------------------------+--------------------------------------------------+
185 +---------------------------+--------------------------------------------------+
187 +---------------------------+--------------------------------------------------+
189 +---------------------------+--------------------------------------------------+
191 +---------------------------+--------------------------------------------------+
193 +---------------------------+--------------------------------------------------+
195 +---------------------------+--------------------------------------------------+
196 | pud_mkinvalid | Invalidates a present PUD; do not call for |
197 | | non-present PUD [1] |
198 +---------------------------+--------------------------------------------------+
200 +---------------------------+--------------------------------------------------+
202 +---------------------------+--------------------------------------------------+
204 +---------------------------+--------------------------------------------------+
206 +---------------------------+--------------------------------------------------+
208 +---------------------------+--------------------------------------------------+
210 +---------------------------+--------------------------------------------------+
212 +---------------------------+--------------------------------------------------+
218 +---------------------------+--------------------------------------------------+
220 +---------------------------+--------------------------------------------------+
222 +---------------------------+--------------------------------------------------+
224 +---------------------------+--------------------------------------------------+
226 +---------------------------+--------------------------------------------------+
228 +---------------------------+--------------------------------------------------+
230 +---------------------------+--------------------------------------------------+
232 +---------------------------+--------------------------------------------------+
234 +---------------------------+--------------------------------------------------+
236 +---------------------------+--------------------------------------------------+
238 +---------------------------+--------------------------------------------------+
244 +---------------------------+--------------------------------------------------+
245 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE |
246 +---------------------------+--------------------------------------------------+
247 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) |
248 +---------------------------+--------------------------------------------------+
249 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
250 +---------------------------+--------------------------------------------------+
251 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) |
252 +---------------------------+--------------------------------------------------+
253 | is_migration_entry | Tests a migration (read or write) swapped entry |
254 +-------------------------------+----------------------------------------------+
255 | is_writable_migration_entry | Tests a write migration swapped entry |
256 +-------------------------------+----------------------------------------------+
257 | make_readable_migration_entry | Creates a read migration swapped entry |
258 +-------------------------------+----------------------------------------------+
259 | make_writable_migration_entry | Creates a write migration swapped entry |
260 +-------------------------------+----------------------------------------------+
262 [1] https://lore.kernel.org/linux-mm/[email protected]/