Searched defs:p4d (Results  1 – 5 of 5) sorted by relevance
| /include/asm-generic/ | 
| D | pgtable-nopud.h | 16 typedef struct { p4d_t p4d; } pud_t;  member 28 static inline int p4d_none(p4d_t p4d)		{ return 0; }  in p4d_none() 29 static inline int p4d_bad(p4d_t p4d)		{ return 0; }  in p4d_bad() 30 static inline int p4d_present(p4d_t p4d)	{ return 1; }  in p4d_present() 31 static inline void p4d_clear(p4d_t *p4d)	{ }  in p4d_clear() 34 #define p4d_populate(mm, p4d, pud)		do { } while (0)  argument 35 #define p4d_populate_safe(mm, p4d, pud)		do { } while (0)  argument 42 static inline pud_t *pud_offset(p4d_t *p4d, unsigned long address)  in pud_offset() 51 #define p4d_page(p4d)				(pud_page((pud_t){ p4d }))  argument 52 #define p4d_pgtable(p4d)			((pud_t *)(pud_pgtable((pud_t){ p4d })))  argument
  | 
| D | pgtable-nop4d.h | 25 #define p4d_ERROR(p4d)				(pgd_ERROR((p4d).pgd))  argument 27 #define pgd_populate(mm, pgd, p4d)		do { } while (0)  argument 28 #define pgd_populate_safe(mm, pgd, p4d)		do { } while (0)  argument
  | 
| /include/linux/ | 
| D | pgalloc.h | 15 #define pgd_populate_kernel(addr, pgd, p4d)				\  argument 22 #define p4d_populate_kernel(addr, p4d, pud)				\  argument
  | 
| D | pgtable.h | 131 static inline pud_t *pud_offset(p4d_t *p4d, unsigned long address)  in pud_offset() 1023 #define p4d_access_permitted(p4d, write) \  argument 1087 #define set_p4d_safe(p4dp, p4d) \  argument 1235 #define p4d_clear_bad(p4d)        do { } while (0)  argument 1241 #define pud_clear_bad(p4d)        do { } while (0)  argument 1257 static inline int p4d_none_or_clear_bad(p4d_t *p4d)  in p4d_none_or_clear_bad() 1724 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot)  in p4d_set_huge() 1728 static inline void p4d_clear_huge(p4d_t *p4d) { }  in p4d_clear_huge() 1739 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot)  in p4d_set_huge() 1751 static inline void p4d_clear_huge(p4d_t *p4d) { }  in p4d_clear_huge() [all …] 
 | 
| D | mm.h | 2922 static inline int __pud_alloc(struct mm_struct *mm, p4d_t *p4d,  in __pud_alloc() 3020 static inline pud_t *pud_alloc(struct mm_struct *mm, p4d_t *p4d,  in pud_alloc()
  |