Lines Matching refs:pgd
9 typedef struct { pgd_t pgd; } p4d_t; member
22 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() argument
23 static inline int pgd_bad(pgd_t pgd) { return 0; } in pgd_bad() argument
24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() argument
25 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() argument
26 #define p4d_ERROR(p4d) (pgd_ERROR((p4d).pgd))
28 #define pgd_populate(mm, pgd, p4d) do { } while (0) argument
29 #define pgd_populate_safe(mm, pgd, p4d) do { } while (0) argument
36 static inline p4d_t *p4d_offset(pgd_t *pgd, unsigned long address) in p4d_offset() argument
38 return (p4d_t *)pgd; in p4d_offset()
41 #define p4d_val(x) (pgd_val((x).pgd))
44 #define pgd_page(pgd) (p4d_page((p4d_t){ pgd })) argument
45 #define pgd_page_vaddr(pgd) (p4d_page_vaddr((p4d_t){ pgd })) argument