Searched defs:p4d_populate (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/asm-generic/ | 
| D | pgtable-nopud.h | 37 #define p4d_populate(mm, p4d, pud)		do { } while (0)  macro
 | 
| D | 5level-fixup.h | 43 #define p4d_populate(mm, p4d, pud)	pgd_populate(mm, p4d, pud)  macro
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | pgalloc.h | 95 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud)  in p4d_populate()  function
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | pgalloc.h | 138 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud)  in p4d_populate()  function
 |