Lines Matching refs:pte_t

549 static inline int pte_present(pte_t pte)  in pte_present()
555 static inline int pte_none(pte_t pte) in pte_none()
561 static inline int pte_swap(pte_t pte) in pte_swap()
568 static inline int pte_special(pte_t pte) in pte_special()
574 static inline int pte_same(pte_t a, pte_t b) in pte_same()
579 static inline pgste_t pgste_get_lock(pte_t *ptep) in pgste_get_lock()
599 static inline void pgste_set_unlock(pte_t *ptep, pgste_t pgste) in pgste_set_unlock()
612 static inline pgste_t pgste_get(pte_t *ptep) in pgste_get()
621 static inline void pgste_set(pte_t *ptep, pgste_t pgste) in pgste_set()
628 static inline pgste_t pgste_update_all(pte_t *ptep, pgste_t pgste, in pgste_update_all()
649 static inline void pgste_set_key(pte_t *ptep, pgste_t pgste, pte_t entry, in pgste_set_key()
671 static inline pgste_t pgste_set_pte(pte_t *ptep, pgste_t pgste, pte_t entry) in pgste_set_pte()
745 void gmap_do_ipte_notify(struct mm_struct *, unsigned long addr, pte_t *);
749 pte_t *ptep, pgste_t pgste) in pgste_ipte_notify()
766 pte_t *ptep, pte_t entry) in set_pte_at()
785 static inline int pte_write(pte_t pte) in pte_write()
790 static inline int pte_dirty(pte_t pte) in pte_dirty()
795 static inline int pte_young(pte_t pte) in pte_young()
801 static inline int pte_unused(pte_t pte) in pte_unused()
827 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear()
836 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
855 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
862 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite()
870 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
877 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
885 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
892 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
900 static inline pte_t pte_mkspecial(pte_t pte) in pte_mkspecial()
907 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge()
914 static inline void __ptep_ipte(unsigned long address, pte_t *ptep) in __ptep_ipte()
924 static inline void __ptep_ipte_local(unsigned long address, pte_t *ptep) in __ptep_ipte_local()
934 static inline void __ptep_ipte_range(unsigned long address, int nr, pte_t *ptep) in __ptep_ipte_range()
947 unsigned long address, pte_t *ptep) in ptep_flush_direct()
964 unsigned long address, pte_t *ptep) in ptep_flush_lazy()
985 pte_t *ptep) in ptep_test_and_clear_user_dirty()
988 pte_t pte; in ptep_test_and_clear_user_dirty()
1012 unsigned long addr, pte_t *ptep) in ptep_test_and_clear_young()
1015 pte_t pte, oldpte; in ptep_test_and_clear_young()
1040 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
1059 static inline pte_t ptep_get_and_clear(struct mm_struct *mm, in ptep_get_and_clear()
1060 unsigned long address, pte_t *ptep) in ptep_get_and_clear()
1063 pte_t pte; in ptep_get_and_clear()
1082 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, in ptep_modify_prot_start()
1084 pte_t *ptep) in ptep_modify_prot_start()
1087 pte_t pte; in ptep_modify_prot_start()
1106 pte_t *ptep, pte_t pte) in ptep_modify_prot_commit()
1120 static inline pte_t ptep_clear_flush(struct vm_area_struct *vma, in ptep_clear_flush()
1121 unsigned long address, pte_t *ptep) in ptep_clear_flush()
1124 pte_t pte; in ptep_clear_flush()
1153 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full()
1155 pte_t *ptep, int full) in ptep_get_and_clear_full()
1158 pte_t pte; in ptep_get_and_clear_full()
1178 static inline pte_t ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect()
1179 unsigned long address, pte_t *ptep) in ptep_set_wrprotect()
1182 pte_t pte = *ptep; in ptep_set_wrprotect()
1204 unsigned long address, pte_t *ptep, in ptep_set_access_flags()
1205 pte_t entry, int dirty) in ptep_set_access_flags()
1231 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1233 pte_t __pte; in mk_pte_phys()
1238 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
1241 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte()
1283 #define pte_offset(pmd, addr) ((pte_t *) pmd_deref(*(pmd)) + pte_index(addr))
1587 static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset) in mk_swap_pte()
1589 pte_t pte; in mk_swap_pte()
1613 #define __swp_entry_to_pte(x) ((pte_t) { (x).val })