Lines Matching full:pte
13 static inline unsigned long huge_pte_write(pte_t pte) in huge_pte_write() argument
15 return pte_write(pte); in huge_pte_write()
18 static inline unsigned long huge_pte_dirty(pte_t pte) in huge_pte_dirty() argument
20 return pte_dirty(pte); in huge_pte_dirty()
23 static inline pte_t huge_pte_mkwrite(pte_t pte) in huge_pte_mkwrite() argument
25 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
29 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect() argument
31 return pte_wrprotect(pte); in huge_pte_wrprotect()
35 static inline pte_t huge_pte_mkdirty(pte_t pte) in huge_pte_mkdirty() argument
37 return pte_mkdirty(pte); in huge_pte_mkdirty()
40 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() argument
42 return pte_modify(pte, newprot); in huge_pte_modify()
46 static inline pte_t huge_pte_mkuffd_wp(pte_t pte) in huge_pte_mkuffd_wp() argument
48 return huge_pte_wrprotect(pte_mkuffd_wp(pte)); in huge_pte_mkuffd_wp()
53 static inline pte_t huge_pte_clear_uffd_wp(pte_t pte) in huge_pte_clear_uffd_wp() argument
55 return pte_clear_uffd_wp(pte); in huge_pte_clear_uffd_wp()
60 static inline int huge_pte_uffd_wp(pte_t pte) in huge_pte_uffd_wp() argument
62 return pte_uffd_wp(pte); in huge_pte_uffd_wp()
85 pte_t *ptep, pte_t pte, unsigned long sz) in set_huge_pte_at() argument
87 set_pte_at(mm, addr, ptep, pte); in set_huge_pte_at()
108 static inline int huge_pte_none(pte_t pte) in huge_pte_none() argument
110 return pte_none(pte); in huge_pte_none()
116 static inline int huge_pte_none_mostly(pte_t pte) in huge_pte_none_mostly() argument
118 return huge_pte_none(pte) || is_pte_marker(pte); in huge_pte_none_mostly()
141 pte_t pte, int dirty) in huge_ptep_set_access_flags() argument
143 return ptep_set_access_flags(vma, addr, ptep, pte, dirty); in huge_ptep_set_access_flags()