Searched defs:p4d_populate (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/arch/arc/include/asm/ |
D | pgalloc.h | 75 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4dp, pud_t *pudp) in p4d_populate() function
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgalloc.h | 37 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 18 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgalloc.h | 105 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/linux-6.12.1/include/asm-generic/ |
D | pgtable-nopud.h | 34 #define p4d_populate(mm, p4d, pud) do { } while (0) macro
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 88 static inline void p4d_populate(struct mm_struct *mm, p4d_t *pgd, pud_t *pud) in p4d_populate() function
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgalloc_64.h | 24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) macro
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgalloc.h | 108 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgalloc.h | 51 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4dp, pud_t *pudp) in p4d_populate() function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgalloc.h | 51 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgalloc.h | 113 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/linux-6.12.1/arch/x86/mm/ |
D | init_64.c | 73 DEFINE_POPULATE(p4d_populate, p4d, pud, init) in DEFINE_POPULATE() argument
|