Lines Matching defs:pud
188 #define pud_access_permitted(pud, write) \ argument
462 static inline pte_t pud_pte(pud_t pud) in pud_pte()
472 static inline pmd_t pud_pmd(pud_t pud) in pud_pmd()
614 #define pud_young(pud) pte_young(pud_pte(pud)) argument
615 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud))) argument
616 #define pud_write(pud) pte_write(pud_pte(pud)) argument
618 static inline pud_t pud_mkhuge(pud_t pud) in pud_mkhuge()
631 #define __pud_to_phys(pud) __pte_to_phys(pud_pte(pud)) argument
633 #define pud_pfn(pud) ((__pud_to_phys(pud) & PUD_MASK) >> PAGE_SHIFT) argument
645 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot()
670 pud_t *pudp, pud_t pud) in set_pud_at()
748 static inline bool pud_sect(pud_t pud) { return false; } in pud_sect()
749 static inline bool pud_table(pud_t pud) { return true; } in pud_table()
751 #define pud_sect(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ argument
753 #define pud_table(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ argument
827 #define pud_none(pud) (!pud_val(pud)) argument
828 #define pud_bad(pud) ((pud_val(pud) & PUD_TYPE_MASK) != \ argument
830 #define pud_present(pud) pte_present(pud_pte(pud)) argument
832 #define pud_leaf(pud) (pud_present(pud) && !pud_table(pud)) argument
834 #define pud_leaf(pud) false argument
836 #define pud_valid(pud) pte_valid(pud_pte(pud)) argument
837 #define pud_user(pud) pte_user(pud_pte(pud)) argument
838 #define pud_user_exec(pud) pte_user_exec(pud_pte(pud)) argument
842 static inline void set_pud(pud_t *pudp, pud_t pud) in set_pud()
862 static inline phys_addr_t pud_page_paddr(pud_t pud) in pud_page_paddr()
867 static inline pmd_t *pud_pgtable(pud_t pud) in pud_pgtable()
876 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr)) argument
879 #define pud_page(pud) phys_to_page(__pud_to_phys(pud)) argument
886 #define pud_valid(pud) false argument
887 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; }) argument
888 #define pud_user_exec(pud) pud_user(pud) /* Always 0 with folding */ argument
1224 static inline int pud_devmap(pud_t pud) in pud_devmap()
1246 static inline bool pud_user_accessible_page(pud_t pud) in pud_user_accessible_page()