Lines Matching defs:pte
68 #define set_pte(ptep, pte) native_set_pte(ptep, pte) argument
70 #define set_pte_atomic(ptep, pte) \ argument
155 static inline bool pte_dirty(pte_t pte) in pte_dirty()
160 static inline bool pte_shstk(pte_t pte) in pte_shstk()
166 static inline int pte_young(pte_t pte) in pte_young()
171 static inline bool pte_decrypted(pte_t pte) in pte_decrypted()
212 static inline int pte_write(pte_t pte) in pte_write()
237 static inline int pte_huge(pte_t pte) in pte_huge()
242 static inline int pte_global(pte_t pte) in pte_global()
247 static inline int pte_exec(pte_t pte) in pte_exec()
252 static inline int pte_special(pte_t pte) in pte_special()
263 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
302 #define pte_page(pte) pfn_to_page(pte_pfn(pte)) argument
305 static inline bool pmd_leaf(pmd_t pte) in pmd_leaf()
379 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags()
386 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags()
424 static inline pte_t pte_mksaveddirty(pte_t pte) in pte_mksaveddirty()
432 static inline pte_t pte_clear_saveddirty(pte_t pte) in pte_clear_saveddirty()
440 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
453 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp()
458 static inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp()
463 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
469 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
474 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
479 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
484 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
491 static inline pte_t pte_mkwrite_shstk(pte_t pte) in pte_mkwrite_shstk()
498 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
503 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
512 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
517 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
522 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
527 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
532 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
537 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
706 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
721 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
736 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
822 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
991 static inline int pte_none(pte_t pte) in pte_none()
1002 static inline pte_t pte_advance_pfn(pte_t pte, unsigned long nr) in pte_advance_pfn()
1051 static inline int pte_protnone(pte_t pte) in pte_protnone()
1320 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear() local
1330 pte_t pte; in ptep_get_and_clear_full() local
1584 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
1589 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
1594 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
1600 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
1605 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
1610 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
1634 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp()
1639 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp()
1644 static inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
1711 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
1754 static inline bool pte_user_accessible_page(pte_t pte) in pte_user_accessible_page()