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()
292 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
298 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp()
319 static inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp()
324 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
330 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
335 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
340 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
345 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
350 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
355 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite()
360 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
365 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
370 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
375 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
380 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
385 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
516 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
531 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
546 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
626 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
740 static inline int pte_none(pte_t pte) in pte_none()
792 static inline int pte_protnone(pte_t pte) in pte_protnone()
1023 pte_t *ptep, pte_t pte) in set_pte_at()
1069 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear() local
1079 pte_t pte; in ptep_get_and_clear_full() local
1302 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
1307 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
1312 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
1318 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
1323 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
1328 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
1352 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp()
1357 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp()
1362 static inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
1424 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
1464 static inline bool pte_user_accessible_page(pte_t pte) in pte_user_accessible_page()