Lines Matching refs:PTE
17 PTE Page Table Helpers
21 | pte_same | Tests whether both PTE entries are the same |
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 |
45 | pte_mkold | Creates an old 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 |
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) |