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()
393 static inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp()
398 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
404 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
409 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
414 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
419 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
426 static inline pte_t pte_mkwrite_shstk(pte_t pte) in pte_mkwrite_shstk()
433 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
438 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
447 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
452 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
457 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
462 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
467 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
472 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
669 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
684 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
699 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
779 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
931 static inline int pte_none(pte_t pte) in pte_none()
942 static inline pte_t pte_next_pfn(pte_t pte) in pte_next_pfn()
991 static inline int pte_protnone(pte_t pte) in pte_protnone()
1268 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear() local
1278 pte_t pte; in ptep_get_and_clear_full() local
1514 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
1519 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
1524 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
1530 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
1535 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
1540 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
1564 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp()
1569 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp()
1574 static inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
1641 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
1687 static inline bool pte_user_accessible_page(pte_t pte) in pte_user_accessible_page()