Lines Matching refs:pud
17 typedef struct { pud_t pud; } pmd_t; member
29 static inline int pud_none(pud_t pud) { return 0; } in pud_none() argument
30 static inline int pud_bad(pud_t pud) { return 0; } in pud_bad() argument
31 static inline int pud_present(pud_t pud) { return 1; } in pud_present() argument
32 static inline void pud_clear(pud_t *pud) { } in pud_clear() argument
33 #define pmd_ERROR(pmd) (pud_ERROR((pmd).pud))
43 static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address) in pmd_offset() argument
45 return (pmd_t *)pud; in pmd_offset()
48 #define pmd_val(x) (pud_val((x).pud))
51 #define pud_page(pud) (pmd_page((pmd_t){ pud })) argument
52 #define pud_page_vaddr(pud) (pmd_page_vaddr((pmd_t){ pud })) argument