Searched refs:pmd_populate_kernel (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h17 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, function
/linux-master/arch/alpha/include/asm/
H A Dpgalloc.h23 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
/linux-master/arch/um/include/asm/
H A Dpgalloc.h15 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-master/arch/nios2/include/asm/
H A Dpgalloc.h17 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h64 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
71 pmd_populate_kernel(mm, pmd, page_address(pte_page))
/linux-master/arch/arc/mm/
H A Dhighmem.c60 pmd_populate_kernel(&init_mm, pmd_k, pte_k);
/linux-master/arch/microblaze/include/asm/
H A Dpgalloc.h38 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-master/arch/arm/include/asm/
H A Dkfence.h22 pmd_populate_kernel(&init_mm, pmd, pte);
/linux-master/arch/xtensa/include/asm/
H A Dpgalloc.h24 #define pmd_populate_kernel(mm, pmdp, ptep) \ macro
/linux-master/arch/sh/include/asm/
H A Dpgalloc.h23 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/m68k/include/asm/
H A Dsun3_pgalloc.h26 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
H A Dmotorola_pgalloc.h82 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
H A Dmcf_pgalloc.h33 #define pmd_populate_kernel pmd_populate macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h28 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, function
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h37 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h39 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/openrisc/include/asm/
H A Dpgalloc.h28 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-master/arch/hexagon/include/asm/
H A Dpgalloc.h62 * kernel map of the active thread who's calling pmd_populate_kernel...
64 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/csky/include/asm/
H A Dpgalloc.h13 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/linux-master/arch/powerpc/mm/kasan/
H A Dinit_book3e_64.c57 pmd_populate_kernel(&init_mm, pmdp, ptep);
97 pmd_populate_kernel(&init_mm, &kasan_early_shadow_pmd[i],
H A Dinit_32.c50 pmd_populate_kernel(&init_mm, pmd, new);
190 pmd_populate_kernel(&init_mm, pmd, kasan_early_shadow_pte);
H A Dinit_book3s_64.c72 pmd_populate_kernel(&init_mm, &kasan_early_shadow_pmd[i],
/linux-master/arch/powerpc/mm/
H A Dpgtable_32.c46 pmd_populate_kernel(&init_mm, pmdp, ptep);
67 pmd_populate_kernel(&init_mm, pmdp, ptep);
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_32.h56 #define pmd_populate_kernel pmd_populate macro
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h21 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function

Completed in 340 milliseconds

123