Searched defs:p4d_populate (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgalloc.h | 18 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
| /linux/include/asm-generic/ |
| H A D | pgtable-nopud.h | 34 #define p4d_populate(mm, p4d, pud) do { } while (0) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 42 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_64.h | 24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) macro
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 88 static inline void p4d_populate(struct mm_struct *mm, p4d_t *pgd, pud_t *pud) in p4d_populate() function
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 69 #define p4d_populate(mm, p4d, pud) \ macro
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 111 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|