Searched defs:p4d_populate (Results 1 – 11 of 11) sorted by relevance
/linux/arch/mips/include/asm/ |
H A D | pgalloc.h | 96 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/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/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 37 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/s390/include/asm/ |
H A D | pgalloc.h | 120 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, 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
|
/linux/arch/x86/mm/ |
H A D | init_64.c | 73 DEFINE_POPULATE(p4d_populate, p4d, pud, init) in DEFINE_POPULATE() argument
|