Lines Matching defs:pmd
70 #define set_pmd(pmdp, pmd) native_set_pmd(pmdp, pmd) argument
94 #define pmd_clear(pmd) native_pmd_clear(pmd) argument
163 static inline int pmd_dirty(pmd_t pmd) in pmd_dirty()
168 static inline int pmd_young(pmd_t pmd) in pmd_young()
219 static inline unsigned long pmd_pfn(pmd_t pmd) in pmd_pfn()
260 static inline int pmd_trans_huge(pmd_t pmd) in pmd_trans_huge()
279 static inline int pmd_devmap(pmd_t pmd) in pmd_devmap()
399 static inline pmd_t pmd_set_flags(pmd_t pmd, pmdval_t set) in pmd_set_flags()
406 static inline pmd_t pmd_clear_flags(pmd_t pmd, pmdval_t clear) in pmd_clear_flags()
414 static inline int pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp()
419 static inline pmd_t pmd_mkuffd_wp(pmd_t pmd) in pmd_mkuffd_wp()
424 static inline pmd_t pmd_clear_uffd_wp(pmd_t pmd) in pmd_clear_uffd_wp()
430 static inline pmd_t pmd_mkold(pmd_t pmd) in pmd_mkold()
435 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean()
440 static inline pmd_t pmd_wrprotect(pmd_t pmd) in pmd_wrprotect()
445 static inline pmd_t pmd_mkdirty(pmd_t pmd) in pmd_mkdirty()
450 static inline pmd_t pmd_mkdevmap(pmd_t pmd) in pmd_mkdevmap()
455 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge()
460 static inline pmd_t pmd_mkyoung(pmd_t pmd) in pmd_mkyoung()
465 static inline pmd_t pmd_mkwrite(pmd_t pmd) in pmd_mkwrite()
530 static inline int pmd_soft_dirty(pmd_t pmd) in pmd_soft_dirty()
545 static inline pmd_t pmd_mksoft_dirty(pmd_t pmd) in pmd_mksoft_dirty()
560 static inline pmd_t pmd_clear_soft_dirty(pmd_t pmd) in pmd_clear_soft_dirty()
627 static inline pmd_t pmd_mkinvalid(pmd_t pmd) in pmd_mkinvalid()
649 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
790 static inline int pmd_present(pmd_t pmd) in pmd_present()
812 static inline int pmd_protnone(pmd_t pmd) in pmd_protnone()
819 static inline int pmd_none(pmd_t pmd) in pmd_none()
827 static inline unsigned long pmd_page_vaddr(pmd_t pmd) in pmd_page_vaddr()
836 #define pmd_page(pmd) pfn_to_page(pmd_pfn(pmd)) argument
847 static inline int pmd_bad(pmd_t pmd) in pmd_bad()
1042 pmd_t *pmdp, pmd_t pmd) in set_pmd_at()
1132 static inline int pmd_write(pmd_t pmd) in pmd_write()
1166 static inline pmd_t pmdp_establish(struct vm_area_struct *vma, in pmdp_establish()
1289 unsigned long addr, pmd_t *pmd) in update_mmu_cache_pmd()
1314 static inline pmd_t pmd_swp_mksoft_dirty(pmd_t pmd) in pmd_swp_mksoft_dirty()
1319 static inline int pmd_swp_soft_dirty(pmd_t pmd) in pmd_swp_soft_dirty()
1324 static inline pmd_t pmd_swp_clear_soft_dirty(pmd_t pmd) in pmd_swp_clear_soft_dirty()
1347 static inline pmd_t pmd_swp_mkuffd_wp(pmd_t pmd) in pmd_swp_mkuffd_wp()
1352 static inline int pmd_swp_uffd_wp(pmd_t pmd) in pmd_swp_uffd_wp()
1357 static inline pmd_t pmd_swp_clear_uffd_wp(pmd_t pmd) in pmd_swp_clear_uffd_wp()
1436 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted()