Lines Matching defs:pte

69 #define set_pte(ptep, pte)		native_set_pte(ptep, pte)  argument
71 #define set_pte_atomic(ptep, pte) \ argument
128 static inline bool pte_dirty(pte_t pte) in pte_dirty()
133 static inline bool pte_shstk(pte_t pte) in pte_shstk()
139 static inline int pte_young(pte_t pte) in pte_young()
172 static inline int pte_write(pte_t pte) in pte_write()
197 static inline int pte_huge(pte_t pte) in pte_huge()
202 static inline int pte_global(pte_t pte) in pte_global()
207 static inline int pte_exec(pte_t pte) in pte_exec()
212 static inline int pte_special(pte_t pte) in pte_special()
223 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
261 #define pte_page(pte) pfn_to_page(pte_pfn(pte)) argument
264 static inline int pmd_large(pmd_t pte) in pmd_large()
314 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags()
321 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags()
359 static inline pte_t pte_mksaveddirty(pte_t pte) in pte_mksaveddirty()
367 static inline pte_t pte_clear_saveddirty(pte_t pte) in pte_clear_saveddirty()
375 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
388 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp()
409 static inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp()
414 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
420 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
425 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
430 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
435 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
442 static inline pte_t pte_mkwrite_shstk(pte_t pte) in pte_mkwrite_shstk()
449 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
454 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
463 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
468 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
473 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
478 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
483 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
488 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
685 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
700 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
715 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
795 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
947 static inline int pte_none(pte_t pte) in pte_none()
958 static inline pte_t pte_next_pfn(pte_t pte) in pte_next_pfn()
1007 static inline int pte_protnone(pte_t pte) in pte_protnone()
1284 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear() local
1294 pte_t pte; in ptep_get_and_clear_full() local
1530 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
1535 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
1540 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
1546 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
1551 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
1556 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
1580 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp()
1585 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp()
1590 static inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
1657 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
1703 static inline bool pte_user_accessible_page(pte_t pte) in pte_user_accessible_page()