Lines Matching defs:pte
390 static inline int pte_write(pte_t pte) in pte_write()
395 static inline int pte_read(pte_t pte) in pte_read()
446 static inline int pte_dirty(pte_t pte) in pte_dirty()
451 static inline int pte_young(pte_t pte) in pte_young()
456 static inline int pte_special(pte_t pte) in pte_special()
461 static inline bool pte_exec(pte_t pte) in pte_exec()
468 static inline bool pte_soft_dirty(pte_t pte) in pte_soft_dirty()
473 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
478 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
485 static inline int pte_protnone(pte_t pte) in pte_protnone()
492 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid()
498 static inline int pte_present(pte_t pte) in pte_present()
516 static inline bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted()
522 static inline bool pte_user(pte_t pte) in pte_user()
528 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
559 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
564 static inline pte_t pte_exprotect(pte_t pte) in pte_exprotect()
569 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
574 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
579 static inline pte_t pte_mkexec(pte_t pte) in pte_mkexec()
584 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
592 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
597 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
602 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
607 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
612 static inline pte_t pte_mkdevmap(pte_t pte) in pte_mkdevmap()
623 static inline int pte_devmap(pte_t pte) in pte_devmap()
630 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
661 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) & ~_PAGE_PTE }) argument
675 static inline pte_t pte_swp_mksoft_dirty(pte_t pte) in pte_swp_mksoft_dirty()
680 static inline bool pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty()
685 static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) in pte_swp_clear_soft_dirty()
691 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
696 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
701 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()
744 static inline int pte_none(pte_t pte) in pte_none()
752 pte_t *ptep, pte_t pte, int percpu) in __set_pte_at()
797 static inline bool pte_ci(pte_t pte) in pte_ci()
891 static inline pud_t pte_pud(pte_t pte) in pte_pud()
959 static inline p4d_t pte_p4d(pte_t pte) in pte_p4d()
1037 static inline pmd_t pte_pmd(pte_t pte) in pte_pmd()