Lines Matching defs:pud
136 #define pud_access_permitted(pud, write) \ argument
312 static inline pte_t pud_pte(pud_t pud) in pud_pte()
317 static inline pmd_t pud_pmd(pud_t pud) in pud_pmd()
383 #define pud_write(pud) pte_write(pud_pte(pud)) argument
385 #define __pud_to_phys(pud) __pte_to_phys(pud_pte(pud)) argument
387 #define pud_pfn(pud) ((__pud_to_phys(pud) & PUD_MASK) >> PAGE_SHIFT) argument
422 #define pud_sect(pud) (0) argument
423 #define pud_table(pud) (1) argument
425 #define pud_sect(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ argument
427 #define pud_table(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ argument
477 #define pud_none(pud) (!pud_val(pud)) argument
478 #define pud_bad(pud) (!(pud_val(pud) & PUD_TABLE_BIT)) argument
479 #define pud_present(pud) pte_present(pud_pte(pud)) argument
481 static inline void set_pud(pud_t *pudp, pud_t pud) in set_pud()
492 static inline phys_addr_t pud_page_paddr(pud_t pud) in pud_page_paddr()
504 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr)) argument
507 #define pud_page(pud) pfn_to_page(__phys_to_pfn(__pud_to_phys(pud))) argument
514 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; }) argument
527 #define pud_ERROR(pud) __pud_error(__FILE__, __LINE__, pud_val(pud)) argument