Lines Matching refs:pte_t

561 static inline int pte_present(pte_t pte)  in pte_present()
567 static inline int pte_none(pte_t pte) in pte_none()
573 static inline int pte_swap(pte_t pte) in pte_swap()
580 static inline int pte_special(pte_t pte) in pte_special()
586 static inline int pte_same(pte_t a, pte_t b) in pte_same()
592 static inline int pte_protnone(pte_t pte) in pte_protnone()
604 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty()
610 static inline pte_t pte_mksoft_dirty(pte_t pte) in pte_mksoft_dirty()
617 static inline pte_t pte_clear_soft_dirty(pte_t pte) in pte_clear_soft_dirty()
641 static inline pgste_t pgste_get_lock(pte_t *ptep) in pgste_get_lock()
661 static inline void pgste_set_unlock(pte_t *ptep, pgste_t pgste) in pgste_set_unlock()
674 static inline pgste_t pgste_get(pte_t *ptep) in pgste_get()
683 static inline void pgste_set(pte_t *ptep, pgste_t pgste) in pgste_set()
690 static inline pgste_t pgste_update_all(pte_t *ptep, pgste_t pgste, in pgste_update_all()
711 static inline void pgste_set_key(pte_t *ptep, pgste_t pgste, pte_t entry, in pgste_set_key()
733 static inline pgste_t pgste_set_pte(pte_t *ptep, pgste_t pgste, pte_t entry) in pgste_set_pte()
807 void gmap_do_ipte_notify(struct mm_struct *, unsigned long addr, pte_t *);
811 pte_t *ptep, pgste_t pgste) in pgste_ipte_notify()
828 pte_t *ptep, pte_t entry) in set_pte_at()
847 static inline int pte_write(pte_t pte) in pte_write()
852 static inline int pte_dirty(pte_t pte) in pte_dirty()
857 static inline int pte_young(pte_t pte) in pte_young()
863 static inline int pte_unused(pte_t pte) in pte_unused()
889 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear()
898 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
917 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
924 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite()
932 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
939 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
947 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
954 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
962 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
969 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
976 static inline void __ptep_ipte(unsigned long address, pte_t *ptep) in __ptep_ipte()
986 static inline void __ptep_ipte_local(unsigned long address, pte_t *ptep) in __ptep_ipte_local()
996 static inline void __ptep_ipte_range(unsigned long address, int nr, pte_t *ptep) in __ptep_ipte_range()
1009 unsigned long address, pte_t *ptep) in ptep_flush_direct()
1026 unsigned long address, pte_t *ptep) in ptep_flush_lazy()
1047 pte_t *ptep) in ptep_test_and_clear_user_dirty()
1050 pte_t pte; in ptep_test_and_clear_user_dirty()
1074 unsigned long addr, pte_t *ptep) in ptep_test_and_clear_young()
1077 pte_t pte, oldpte; in ptep_test_and_clear_young()
1102 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
1121 static inline pte_t ptep_get_and_clear(struct mm_struct *mm, in ptep_get_and_clear()
1122 unsigned long address, pte_t *ptep) in ptep_get_and_clear()
1125 pte_t pte; in ptep_get_and_clear()
1144 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, in ptep_modify_prot_start()
1146 pte_t *ptep) in ptep_modify_prot_start()
1149 pte_t pte; in ptep_modify_prot_start()
1168 pte_t *ptep, pte_t pte) in ptep_modify_prot_commit()
1182 static inline pte_t ptep_clear_flush(struct vm_area_struct *vma, in ptep_clear_flush()
1183 unsigned long address, pte_t *ptep) in ptep_clear_flush()
1186 pte_t pte; in ptep_clear_flush()
1215 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full()
1217 pte_t *ptep, int full) in ptep_get_and_clear_full()
1220 pte_t pte; in ptep_get_and_clear_full()
1240 static inline pte_t ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect()
1241 unsigned long address, pte_t *ptep) in ptep_set_wrprotect()
1244 pte_t pte = *ptep; in ptep_set_wrprotect()
1266 unsigned long address, pte_t *ptep, in ptep_set_access_flags()
1267 pte_t entry, int dirty) in ptep_set_access_flags()
1270 pte_t oldpte; in ptep_set_access_flags()
1296 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1298 pte_t __pte; in mk_pte_phys()
1303 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
1306 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte()
1348 #define pte_offset(pmd, addr) ((pte_t *) pmd_deref(*(pmd)) + pte_index(addr))
1662 static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset) in mk_swap_pte()
1664 pte_t pte; in mk_swap_pte()
1688 #define __swp_entry_to_pte(x) ((pte_t) { (x).val })