Lines Matching defs:pud
114 #define pud_access_permitted(pud, write) \ argument
288 static inline pte_t pud_pte(pud_t pud) in pud_pte()
293 static inline pmd_t pud_pmd(pud_t pud) in pud_pmd()
358 #define pud_write(pud) pte_write(pud_pte(pud)) argument
359 #define pud_pfn(pud) (((pud_val(pud) & PUD_MASK) & PHYS_MASK) >> PAGE_SHIFT) argument
390 #define pud_sect(pud) (0) argument
391 #define pud_table(pud) (1) argument
393 #define pud_sect(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ argument
395 #define pud_table(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ argument
446 #define pud_none(pud) (!pud_val(pud)) argument
447 #define pud_bad(pud) (!(pud_val(pud) & PUD_TABLE_BIT)) argument
448 #define pud_present(pud) (pud_val(pud)) argument
450 static inline void set_pud(pud_t *pudp, pud_t pud) in set_pud()
462 static inline phys_addr_t pud_page_paddr(pud_t pud) in pud_page_paddr()
474 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr)) argument
477 #define pud_page(pud) pfn_to_page(__phys_to_pfn(pud_val(pud) & PHYS_MASK)) argument
484 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; }) argument
497 #define pud_ERROR(pud) __pud_error(__FILE__, __LINE__, pud_val(pud)) argument