Lines Matching refs:PMD

83 PMD Page Table Helpers
87 | pmd_same | Tests whether both PMD entries are the same |
89 | pmd_bad | Tests a non-table mapped PMD |
91 | pmd_leaf | Tests a leaf mapped PMD |
93 | pmd_huge | Tests a HugeTLB mapped PMD |
95 | pmd_trans_huge | Tests a Transparent Huge Page (THP) at PMD |
97 | pmd_present | Tests a valid mapped PMD |
99 | pmd_young | Tests a young PMD |
101 | pmd_dirty | Tests a dirty PMD |
103 | pmd_write | Tests a writable PMD |
105 | pmd_special | Tests a special PMD |
107 | pmd_protnone | Tests a PROT_NONE PMD |
109 | pmd_devmap | Tests a ZONE_DEVICE mapped PMD |
111 | pmd_soft_dirty | Tests a soft dirty PMD |
113 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
115 | pmd_mkyoung | Creates a young PMD |
117 | pmd_mkold | Creates an old PMD |
119 | pmd_mkdirty | Creates a dirty PMD |
121 | pmd_mkclean | Creates a clean PMD |
123 | pmd_mkwrite | Creates a writable PMD |
125 | pmd_wrprotect | Creates a write protected PMD |
127 | pmd_mkspecial | Creates a special PMD |
129 | pmd_mkdevmap | Creates a ZONE_DEVICE mapped PMD |
131 | pmd_mksoft_dirty | Creates a soft dirty PMD |
133 | pmd_clear_soft_dirty | Clears a soft dirty PMD |
135 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
137 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
139 | pmd_mkinvalid | Invalidates a mapped PMD [1] |
141 | pmd_set_huge | Creates a PMD huge mapping |
143 | pmd_clear_huge | Clears a PMD huge mapping |
145 | pmdp_get_and_clear | Clears a PMD |
147 | pmdp_get_and_clear_full | Clears a PMD |
149 | pmdp_test_and_clear_young | Clears young from a PMD |
151 | pmdp_set_wrprotect | Converts into a write protected PMD |
153 | pmdp_set_access_flags | Converts into a more permissive PMD |
247 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
249 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) |