Lines Matching refs:mapped
23 | pte_bad | Tests a non-table mapped PTE |
25 | pte_present | Tests a valid mapped PTE |
37 | pte_devmap | Tests a ZONE_DEVICE mapped PTE |
57 | pte_mkdevmap | Creates a ZONE_DEVICE mapped PTE |
67 | pte_mknotpresent | Invalidates a mapped 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 |
95 | pmd_present | Tests a valid mapped PMD |
107 | pmd_devmap | Tests a ZONE_DEVICE mapped PMD |
127 | pmd_mkdevmap | Creates a ZONE_DEVICE mapped PMD |
137 | pmd_mkinvalid | Invalidates a mapped PMD [1] |
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 |
169 | pud_present | Tests a valid mapped PUD |
177 | pud_devmap | Tests a ZONE_DEVICE mapped PUD |
191 | pud_mkdevmap | Creates a ZONE_DEVICE mapped PUD |
193 | pud_mkinvalid | Invalidates a mapped PUD [1] |
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) |