Lines Matching refs:pte_t
8 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
13 static inline unsigned long huge_pte_write(pte_t pte) in huge_pte_write()
18 static inline unsigned long huge_pte_dirty(pte_t pte) in huge_pte_dirty()
23 static inline pte_t huge_pte_mkwrite(pte_t pte) in huge_pte_mkwrite()
28 static inline pte_t huge_pte_mkdirty(pte_t pte) in huge_pte_mkdirty()
33 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify()
38 static inline pte_t huge_pte_mkuffd_wp(pte_t pte) in huge_pte_mkuffd_wp()
43 static inline pte_t huge_pte_clear_uffd_wp(pte_t pte) in huge_pte_clear_uffd_wp()
48 static inline int huge_pte_uffd_wp(pte_t pte) in huge_pte_uffd_wp()
55 pte_t *ptep, unsigned long sz) in huge_pte_clear()
72 pte_t *ptep, pte_t pte) in set_huge_pte_at()
79 static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear()
80 unsigned long addr, pte_t *ptep) in huge_ptep_get_and_clear()
87 static inline pte_t huge_ptep_clear_flush(struct vm_area_struct *vma, in huge_ptep_clear_flush()
88 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
95 static inline int huge_pte_none(pte_t pte) in huge_pte_none()
102 static inline int huge_pte_none_mostly(pte_t pte) in huge_pte_none_mostly()
108 static inline pte_t huge_pte_wrprotect(pte_t pte) in huge_pte_wrprotect()
131 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
139 unsigned long addr, pte_t *ptep, in huge_ptep_set_access_flags()
140 pte_t pte, int dirty) in huge_ptep_set_access_flags()
147 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get()