Home
last modified time | relevance | path

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

/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/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/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