Searched defs:p4d (Results 1 – 5 of 5) sorted by relevance
| /include/asm-generic/ |
| A 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
|
| A 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
|
| A D | pgalloc.h | 248 static inline void __p4d_free(struct mm_struct *mm, p4d_t *p4d) in __p4d_free() 257 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free()
|
| /include/linux/ |
| A D | pgtable.h | 152 static inline pud_t *pud_offset(p4d_t *p4d, unsigned long address) in pud_offset() 1107 #define p4d_access_permitted(p4d, write) \ argument 1277 #define p4d_clear_bad(p4d) do { } while (0) argument 1283 #define pud_clear_bad(p4d) do { } while (0) argument 1299 static inline int p4d_none_or_clear_bad(p4d_t *p4d) in p4d_none_or_clear_bad() 1829 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() 1833 static inline void p4d_clear_huge(p4d_t *p4d) { } in p4d_clear_huge() 1844 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() 1856 static inline void p4d_clear_huge(p4d_t *p4d) { } in p4d_clear_huge() 1865 static inline int p4d_free_pud_page(p4d_t *p4d, unsigned long addr) in p4d_free_pud_page() [all …]
|
| A D | mm.h | 2737 static inline int __pud_alloc(struct mm_struct *mm, p4d_t *p4d, in __pud_alloc() 2835 static inline pud_t *pud_alloc(struct mm_struct *mm, p4d_t *p4d, in pud_alloc()
|
Completed in 25 milliseconds