Lines Matching refs:pte
19 pte_t *ptep, pte_t pte);
63 pte_t pte, int dirty) in huge_ptep_set_access_flags() argument
65 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
68 set_huge_pte_at(vma->vm_mm, addr, ptep, pte); in huge_ptep_set_access_flags()
76 pte_t pte = huge_ptep_get_and_clear(mm, addr, ptep); in huge_ptep_set_wrprotect() local
77 set_huge_pte_at(mm, addr, ptep, pte_wrprotect(pte)); in huge_ptep_set_wrprotect()
85 static inline int huge_pte_none(pte_t pte) in huge_pte_none() argument
87 return pte_none(pte); in huge_pte_none()
90 static inline int huge_pte_none_mostly(pte_t pte) in huge_pte_none_mostly() argument
92 return huge_pte_none(pte); in huge_pte_none_mostly()
95 static inline int huge_pte_write(pte_t pte) in huge_pte_write() argument
97 return pte_write(pte); in huge_pte_write()
100 static inline int huge_pte_dirty(pte_t pte) in huge_pte_dirty() argument
102 return pte_dirty(pte); in huge_pte_dirty()
105 static inline pte_t huge_pte_mkwrite(pte_t pte) in huge_pte_mkwrite() argument
107 return pte_mkwrite(pte); in huge_pte_mkwrite()
110 static inline pte_t huge_pte_mkdirty(pte_t pte) in huge_pte_mkdirty() argument
112 return pte_mkdirty(pte); in huge_pte_mkdirty()
115 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect() argument
117 return pte_wrprotect(pte); in huge_pte_wrprotect()
120 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() argument
122 return pte_modify(pte, newprot); in huge_pte_modify()
125 static inline pte_t huge_pte_mkuffd_wp(pte_t pte) in huge_pte_mkuffd_wp() argument
127 return pte; in huge_pte_mkuffd_wp()
130 static inline pte_t huge_pte_clear_uffd_wp(pte_t pte) in huge_pte_clear_uffd_wp() argument
132 return pte; in huge_pte_clear_uffd_wp()
135 static inline int huge_pte_uffd_wp(pte_t pte) in huge_pte_uffd_wp() argument