Home
last modified time | relevance | path

Searched refs:pgd_t (Results 1 – 10 of 10) sorted by relevance

/include/asm-generic/
Dpgtable-nop4d.h9 typedef struct { pgd_t pgd; } p4d_t;
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()
35 static inline p4d_t *p4d_offset(pgd_t *pgd, unsigned long address) in p4d_offset()
Dpage.h45 } pgd_t; typedef
58 #define __pgd(x) ((pgd_t) { (x) } )
Dpgalloc.h179 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
/include/linux/
Dpagewalk.h38 int (*pgd_entry)(pgd_t *pgd, unsigned long addr,
88 pgd_t *pgd;
100 pgd_t *pgd,
Dptdump.h21 void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd);
Dpgtable.h123 static inline pgd_t *pgd_offset_pgd(pgd_t *pgd, unsigned long address) in pgd_offset_pgd()
661 static inline int pgd_same(pgd_t pgd_a, pgd_t pgd_b) in pgd_same()
822 void pgd_clear_bad(pgd_t *);
838 static inline int pgd_none_or_clear_bad(pgd_t *pgd) in pgd_none_or_clear_bad()
1241 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap()
Dhugetlb.h207 pgd_t *pgd, int flags);
303 unsigned long address, pgd_t *pgd, int flags) in follow_huge_pgd()
425 static inline int pgd_write(pgd_t pgd) in pgd_write()
Dmm_types.h471 pgd_t * pgd;
Dmm.h2126 static inline int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in __p4d_alloc()
2132 int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address);
2227 static inline p4d_t *p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in p4d_alloc()
3170 pgd_t *vmemmap_pgd_populate(unsigned long addr, int node);
3171 p4d_t *vmemmap_p4d_populate(pgd_t *pgd, unsigned long addr, int node);
/include/trace/events/
Dxen.h321 TP_PROTO(struct mm_struct *mm, pgd_t *pgd),
325 __field(pgd_t *, pgd)
333 TP_PROTO(struct mm_struct *mm, pgd_t *pgd), \