Lines Matching defs:pte

68 #define set_pte(ptep, pte)		native_set_pte(ptep, pte)  argument
70 #define set_pte_atomic(ptep, pte) \ argument
127 static inline int pte_dirty(pte_t pte) in pte_dirty()
132 static inline int pte_young(pte_t pte) in pte_young()
158 static inline int pte_write(pte_t pte) in pte_write()
163 static inline int pte_huge(pte_t pte) in pte_huge()
168 static inline int pte_global(pte_t pte) in pte_global()
173 static inline int pte_exec(pte_t pte) in pte_exec()
178 static inline int pte_special(pte_t pte) in pte_special()
187 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
225 #define pte_page(pte) pfn_to_page(pte_pfn(pte)) argument
228 static inline int pmd_large(pmd_t pte) in pmd_large()
278 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags()
285 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags()
293 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp()
298 static inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp()
303 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
309 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
314 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
319 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
324 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
329 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
334 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
339 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite()
344 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
349 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
354 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
359 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
364 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
369 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
500 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
515 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
530 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
610 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
724 static inline int pte_none(pte_t pte) in pte_none()
776 static inline int pte_protnone(pte_t pte) in pte_protnone()
1007 pte_t *ptep, pte_t pte) in set_pte_at()
1053 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear() local
1063 pte_t pte; in ptep_get_and_clear_full() local
1288 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
1293 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
1298 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
1305 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
1310 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
1315 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
1339 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp()
1344 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp()
1349 static inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
1411 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
1451 static inline bool pte_user_accessible_page(pte_t pte) in pte_user_accessible_page()