Lines Matching refs:pte

8 static inline unsigned long huge_pte_write(pte_t pte)  in huge_pte_write()  argument
10 return pte_write(pte); in huge_pte_write()
13 static inline unsigned long huge_pte_dirty(pte_t pte) in huge_pte_dirty() argument
15 return pte_dirty(pte); in huge_pte_dirty()
18 static inline pte_t huge_pte_mkwrite(pte_t pte) in huge_pte_mkwrite() argument
20 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
24 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect() argument
26 return pte_wrprotect(pte); in huge_pte_wrprotect()
30 static inline pte_t huge_pte_mkdirty(pte_t pte) in huge_pte_mkdirty() argument
32 return pte_mkdirty(pte); in huge_pte_mkdirty()
35 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() argument
37 return pte_modify(pte, newprot); in huge_pte_modify()
41 static inline pte_t huge_pte_mkuffd_wp(pte_t pte) in huge_pte_mkuffd_wp() argument
43 return huge_pte_wrprotect(pte_mkuffd_wp(pte)); in huge_pte_mkuffd_wp()
48 static inline pte_t huge_pte_clear_uffd_wp(pte_t pte) in huge_pte_clear_uffd_wp() argument
50 return pte_clear_uffd_wp(pte); in huge_pte_clear_uffd_wp()
55 static inline int huge_pte_uffd_wp(pte_t pte) in huge_pte_uffd_wp() argument
57 return pte_uffd_wp(pte); in huge_pte_uffd_wp()
71 pte_t *ptep, pte_t pte, unsigned long sz) in set_huge_pte_at() argument
73 set_pte_at(mm, addr, ptep, pte); in set_huge_pte_at()
94 static inline int huge_pte_none(pte_t pte) in huge_pte_none() argument
96 return pte_none(pte); in huge_pte_none()
102 static inline int huge_pte_none_mostly(pte_t pte) in huge_pte_none_mostly() argument
104 return huge_pte_none(pte) || is_pte_marker(pte); in huge_pte_none_mostly()
119 pte_t pte, int dirty) in huge_ptep_set_access_flags() argument
121 return ptep_set_access_flags(vma, addr, ptep, pte, dirty); in huge_ptep_set_access_flags()