Searched defs:pgd_populate (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/asm-generic/ |
D | pgtable-nop4d.h | 27 #define pgd_populate(mm, pgd, p4d) do { } while (0) macro
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgalloc.h | 103 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgalloc.h | 80 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgdp, p4d_t *p4dp) in pgd_populate() function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgalloc.h | 71 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgalloc.h | 134 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
|