Lines Matching defs:pte
389 static inline int pte_write(pte_t pte) in pte_write()
394 static inline int pte_read(pte_t pte) in pte_read()
445 static inline int pte_dirty(pte_t pte) in pte_dirty()
450 static inline int pte_young(pte_t pte) in pte_young()
455 static inline int pte_special(pte_t pte) in pte_special()
460 static inline bool pte_exec(pte_t pte) in pte_exec()
467 static inline bool pte_soft_dirty(pte_t pte) in pte_soft_dirty()
472 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
477 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
484 static inline int pte_protnone(pte_t pte) in pte_protnone()
491 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid()
497 static inline int pte_present(pte_t pte) in pte_present()
515 static inline bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted()
521 static inline bool pte_user(pte_t pte) in pte_user()
527 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
558 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
563 static inline pte_t pte_exprotect(pte_t pte) in pte_exprotect()
568 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
573 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
578 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
583 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
591 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
596 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
601 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
606 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
611 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
642 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) & ~_PAGE_PTE }) argument
656 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
661 static inline bool pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
666 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
672 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
677 static inline bool pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
682 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
725 static inline int pte_none(pte_t pte) in pte_none()
733 pte_t *ptep, pte_t pte, int percpu) in __set_pte_at()
778 static inline bool pte_ci(pte_t pte) in pte_ci()
872 static inline pud_t pte_pud(pte_t pte) in pte_pud()
940 static inline p4d_t pte_p4d(pte_t pte) in pte_p4d()
1018 static inline pmd_t pte_pmd(pte_t pte) in pte_pmd()