Lines Matching refs:pmd_t

38 				 unsigned long address, pmd_t *pmdp,
39 pmd_t entry, int dirty);
45 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
46 pmd_t entry, int dirty) in pmdp_set_access_flags()
80 pmd_t *pmdp) in pmdp_test_and_clear_young()
82 pmd_t pmd = *pmdp; in pmdp_test_and_clear_young()
93 pmd_t *pmdp) in pmdp_test_and_clear_young()
109 unsigned long address, pmd_t *pmdp);
116 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
137 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear()
139 pmd_t *pmdp) in pmdp_huge_get_and_clear()
141 pmd_t pmd = *pmdp; in pmdp_huge_get_and_clear()
161 static inline pmd_t pmdp_huge_get_and_clear_full(struct mm_struct *mm, in pmdp_huge_get_and_clear_full()
162 unsigned long address, pmd_t *pmdp, in pmdp_huge_get_and_clear_full()
212 extern pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma,
214 pmd_t *pmdp);
256 unsigned long address, pmd_t *pmdp) in pmdp_set_wrprotect()
258 pmd_t old_pmd = *pmdp; in pmdp_set_wrprotect()
263 unsigned long address, pmd_t *pmdp) in pmdp_set_wrprotect()
289 extern pmd_t pmdp_collapse_flush(struct vm_area_struct *vma,
290 unsigned long address, pmd_t *pmdp);
292 static inline pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, in pmdp_collapse_flush()
294 pmd_t *pmdp) in pmdp_collapse_flush()
304 extern void pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp,
309 extern pgtable_t pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp);
318 static inline pmd_t generic_pmdp_establish(struct vm_area_struct *vma, in generic_pmdp_establish()
319 unsigned long address, pmd_t *pmdp, pmd_t pmd) in generic_pmdp_establish()
321 pmd_t old_pmd = *pmdp; in generic_pmdp_establish()
328 extern pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
329 pmd_t *pmdp);
379 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same()
389 static inline int pmd_same(pmd_t pmd_a, pmd_t pmd_b) in pmd_same()
525 void pmd_clear_bad(pmd_t *);
560 static inline int pmd_none_or_clear_bad(pmd_t *pmd) in pmd_none_or_clear_bad()
679 static inline pmd_t pmd_swp_mksoft_dirty(pmd_t pmd) in pmd_swp_mksoft_dirty()
684 static inline int pmd_swp_soft_dirty(pmd_t pmd) in pmd_swp_soft_dirty()
689 static inline pmd_t pmd_swp_clear_soft_dirty(pmd_t pmd) in pmd_swp_clear_soft_dirty()
700 static inline int pmd_soft_dirty(pmd_t pmd) in pmd_soft_dirty()
710 static inline pmd_t pmd_mksoft_dirty(pmd_t pmd) in pmd_mksoft_dirty()
720 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty()
740 static inline pmd_t pmd_swp_mksoft_dirty(pmd_t pmd) in pmd_swp_mksoft_dirty()
745 static inline int pmd_swp_soft_dirty(pmd_t pmd) in pmd_swp_soft_dirty()
750 static inline pmd_t pmd_swp_clear_soft_dirty(pmd_t pmd) in pmd_swp_clear_soft_dirty()
847 static inline int pmd_trans_huge(pmd_t pmd) in pmd_trans_huge()
852 static inline int pmd_write(pmd_t pmd) in pmd_write()
878 static inline pmd_t pmd_read_atomic(pmd_t *pmdp) in pmd_read_atomic()
913 static inline int pmd_none_or_trans_huge_or_clear_bad(pmd_t *pmd) in pmd_none_or_trans_huge_or_clear_bad()
915 pmd_t pmdval = pmd_read_atomic(pmd); in pmd_none_or_trans_huge_or_clear_bad()
971 static inline int pmd_trans_unstable(pmd_t *pmd) in pmd_trans_unstable()
994 static inline int pmd_protnone(pmd_t pmd) in pmd_protnone()
1019 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot);
1021 int pmd_clear_huge(pmd_t *pmd);
1023 int pmd_free_pte_page(pmd_t *pmd, unsigned long addr);
1033 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge()
1045 static inline int pmd_clear_huge(pmd_t *pmd) in pmd_clear_huge()
1053 static inline int pmd_free_pte_page(pmd_t *pmd, unsigned long addr) in pmd_free_pte_page()