Lines Matching refs:pte_t

99 static inline void set_pte(pte_t *ptep, pte_t pteval)  in set_pte()
148 static inline int pte_present(pte_t pte) in pte_present()
153 static inline int pte_none(pte_t pte) in pte_none()
158 static inline void __pte_clear(pte_t *ptep) in __pte_clear()
163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear()
185 set_pte((pte_t *)&pmd_val(*pmdp), __pte(0)); in pmd_clear()
205 set_pte((pte_t *)pudp, __pte(0)); in pud_clear()
212 static inline int pte_write(pte_t pte) in pte_write()
217 static inline int pte_dirty(pte_t pte) in pte_dirty()
222 static inline int pte_young(pte_t pte) in pte_young()
227 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect()
232 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean()
237 static inline pte_t pte_mkold(pte_t pte) in pte_mkold()
242 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma()
247 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty()
252 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung()
260 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn()
279 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
284 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys()
289 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
301 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__;
302 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
354 #define __swp_entry_to_pte(x) ((pte_t) { (x).val })
356 static inline int pte_swp_exclusive(pte_t pte) in pte_swp_exclusive()
361 static inline pte_t pte_swp_mkexclusive(pte_t pte) in pte_swp_mkexclusive()
366 static inline pte_t pte_swp_clear_exclusive(pte_t pte) in pte_swp_clear_exclusive()