Home
last modified time | relevance | path

Searched defs:pgd (Results 1 – 7 of 7) sorted by relevance

/include/asm-generic/
A Dpgtable-nop4d.h9 typedef struct { pgd_t pgd; } p4d_t; member
21 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none()
22 static inline int pgd_bad(pgd_t pgd) { return 0; } in pgd_bad()
23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present()
24 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear()
27 #define pgd_populate(mm, pgd, p4d) do { } while (0) argument
28 #define pgd_populate_safe(mm, pgd, p4d) do { } while (0) argument
35 static inline p4d_t *p4d_offset(pgd_t *pgd, unsigned long address) in p4d_offset()
43 #define pgd_page(pgd) (p4d_page((p4d_t){ pgd })) argument
44 #define pgd_page_vaddr(pgd) ((unsigned long)(p4d_pgtable((p4d_t){ pgd }))) argument
A Dpgalloc.h284 static inline void __pgd_free(struct mm_struct *mm, pgd_t *pgd) in __pgd_free()
293 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
/include/linux/
A Dpagewalk.h124 pgd_t *pgd; member
A Dpgtable.h159 static inline pgd_t *pgd_offset_pgd(pgd_t *pgd, unsigned long address) in pgd_offset_pgd()
1112 #define pgd_access_permitted(pgd, write) \ argument
1288 static inline int pgd_none_or_clear_bad(pgd_t *pgd) in pgd_none_or_clear_bad()
2000 #define p4d_offset_lockless(pgdp, pgd, address) p4d_offset(&(pgd), address) argument
A Dhugetlb.h472 static inline int pgd_write(pgd_t pgd) in pgd_write()
A Dmm.h2727 static inline int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in __p4d_alloc()
2828 static inline p4d_t *p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in p4d_alloc()
A Dmm_types.h959 pgd_t * pgd; member

Completed in 32 milliseconds