Searched refs:pmd_populate (Results 1 - 25 of 36) sorted by path

12

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h26 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmdp, function
/linux-master/arch/alpha/include/asm/
H A Dpgalloc.h17 pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte) function
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h24 * pg-tlb allocator sub-sys (pte_alloc_one, ptr_free, pmd_populate)
49 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte_page) function
/linux-master/arch/arm/include/asm/
H A Dpgalloc.h134 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) function
/linux-master/arch/arm64/include/asm/
H A Dpgalloc.h134 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) function
/linux-master/arch/csky/include/asm/
H A Dpgalloc.h19 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/hexagon/include/asm/
H A Dpgalloc.h44 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h21 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte) function
/linux-master/arch/m68k/include/asm/
H A Dmcf_pgalloc.h31 #define pmd_populate(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) macro
33 #define pmd_populate_kernel pmd_populate
H A Dmotorola_pgalloc.h87 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) function
H A Dsun3_pgalloc.h31 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) function
/linux-master/arch/microblaze/include/asm/
H A Dpgalloc.h35 #define pmd_populate(mm, pmd, pte) \ macro
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h27 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/nios2/include/asm/
H A Dpgalloc.h23 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/openrisc/include/asm/
H A Dpgalloc.h31 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h70 #define pmd_populate(mm, pmd, pte_page) \ macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h34 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmdp, function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h164 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h45 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c395 /* pmd_populate() will only reference _pa(pte). */
760 pmd_populate(kvm->mm, pmd, new_ptep);
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c1039 pmd_populate(&init_mm, pmdp, pte);
/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h26 static inline void pmd_populate(struct mm_struct *mm, function
/linux-master/arch/s390/boot/
H A Dvmem.c167 pmd_populate(&init_mm, pmd, kasan_early_shadow_pte);
335 pmd_populate(&init_mm, pmd, pte);
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h128 static inline void pmd_populate(struct mm_struct *mm, function
134 #define pmd_populate_kernel(mm, pmd, pte) pmd_populate(mm, pmd, pte)
/linux-master/arch/s390/mm/
H A Dvmem.c283 pmd_populate(&init_mm, pmd, pte);
612 pmd_populate(&init_mm, pmd, pte);

Completed in 539 milliseconds

12