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()
173 static inline int pte_write(pte_t pte) in pte_write()
198 static inline int pte_huge(pte_t pte) in pte_huge()
203 static inline int pte_global(pte_t pte) in pte_global()
208 static inline int pte_exec(pte_t pte) in pte_exec()
213 static inline int pte_special(pte_t pte) in pte_special()
224 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
262 #define pte_page(pte) pfn_to_page(pte_pfn(pte)) argument
265 static inline int pmd_large(pmd_t pte) in pmd_large()
315 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags()
322 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags()
360 static inline pte_t pte_mksaveddirty(pte_t pte) in pte_mksaveddirty()
368 static inline pte_t pte_clear_saveddirty(pte_t pte) in pte_clear_saveddirty()
376 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
389 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp()
410 static inline pte_t pte_mkuffd_wp(pte_t pte) in pte_mkuffd_wp()
415 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
421 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
426 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
431 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
436 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
443 static inline pte_t pte_mkwrite_shstk(pte_t pte) in pte_mkwrite_shstk()
450 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
455 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
464 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
469 static inline pte_t pte_clrhuge(pte_t pte) in pte_clrhuge()
474 static inline pte_t pte_mkglobal(pte_t pte) in pte_mkglobal()
479 static inline pte_t pte_clrglobal(pte_t pte) in pte_clrglobal()
484 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
489 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
686 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
701 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
716 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
796 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
948 static inline int pte_none(pte_t pte) in pte_none()
959 static inline pte_t pte_next_pfn(pte_t pte) in pte_next_pfn()
1008 static inline int pte_protnone(pte_t pte) in pte_protnone()
1285 pte_t pte = native_ptep_get_and_clear(ptep); in ptep_get_and_clear() local
1295 pte_t pte; in ptep_get_and_clear_full() local
1531 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
1536 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
1541 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
1547 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
1552 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
1557 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
1581 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp()
1586 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp()
1591 static inline pte_t pte_swp_clear_uffd_wp(pte_t pte) in pte_swp_clear_uffd_wp()
1658 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
1698 static inline bool pte_user_accessible_page(pte_t pte) in pte_user_accessible_page()