Home
last modified time | relevance | path

Searched defs:p4d_populate (Results 1 – 11 of 11) sorted by relevance

/linux/arch/mips/include/asm/
H A Dpgalloc.h96 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 Dpgalloc.h18 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 Dpgalloc.h37 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 Dpgtable-nopud.h34 #define p4d_populate(mm, p4d, pud) do { } while (0) macro
/linux/arch/riscv/include/asm/
H A Dpgalloc.h42 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 Dpgalloc_64.h24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h88 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 Dpgalloc.h120 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 Dpgtable-4level.h69 #define p4d_populate(mm, p4d, pud) \ macro
/linux/arch/x86/include/asm/
H A Dpgalloc.h111 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 Dinit_64.c73 DEFINE_POPULATE(p4d_populate, p4d, pud, init) in DEFINE_POPULATE() argument