Searched refs:p4d_populate (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/ |
| H A D | pgalloc.h | 24 p4d_populate(&init_mm, p4d, pud); \
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgalloc.h | 18 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 D | pgalloc_64.h | 24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) macro
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 69 #define p4d_populate(mm, p4d, pud) \ macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 42 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 88 static inline void p4d_populate(struct mm_struct *mm, p4d_t *pgd, pud_t *pud) in p4d_populate() function
|
| /linux/arch/x86/mm/ |
| H A D | kasan_init_64.c | 111 p4d_populate(&init_mm, p4d, p); in kasan_populate_p4d() 258 p4d_populate(&init_mm, p4d, p); in kasan_shallow_populate_p4ds()
|
| /linux/arch/x86/kernel/ |
| H A D | espfix_64.c | 116 p4d_populate(&init_mm, p4d, espfix_pud_page); in init_espfix_bsp()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 111 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
| /linux/arch/loongarch/mm/ |
| H A D | init.c | 169 p4d_populate(&init_mm, p4d, pud); in populate_kernel_pte()
|
| /linux/arch/riscv/kernel/ |
| H A D | hibernate.c | 247 p4d_populate(NULL, dst_p4dp, dst_pudp); in temp_pgtable_map_pud()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 235 p4d_populate(&init_mm, p4d, (pud_t *)hv_crash_ptpgs[1]); in hv_crash_fixup_kernpt()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 657 p4d_populate(kvm->mm, p4d, new_pud); in kvmppc_create_pte()
|