Home
last modified time | relevance | path

Searched defs:pmd_populate_kernel (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.12.1/arch/nios2/include/asm/
Dpgalloc.h17 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-6.12.1/arch/alpha/include/asm/
Dpgalloc.h23 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h17 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, in pmd_populate_kernel() function
/linux-6.12.1/arch/um/include/asm/
Dpgalloc.h15 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-6.12.1/arch/openrisc/include/asm/
Dpgalloc.h28 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpgalloc.h38 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-6.12.1/arch/hexagon/include/asm/
Dpgalloc.h64 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-6.12.1/arch/m68k/include/asm/
Dsun3_pgalloc.h26 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
Dmcf_pgalloc.h33 #define pmd_populate_kernel pmd_populate macro
Dmotorola_pgalloc.h82 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
/linux-6.12.1/arch/sh/include/asm/
Dpgalloc.h23 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-6.12.1/arch/xtensa/include/asm/
Dpgalloc.h24 #define pmd_populate_kernel(mm, pmdp, ptep) \ macro
/linux-6.12.1/arch/csky/include/asm/
Dpgalloc.h13 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-6.12.1/arch/parisc/include/asm/
Dpgalloc.h64 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
/linux-6.12.1/arch/arc/include/asm/
Dpgalloc.h37 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h28 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, in pmd_populate_kernel() function
/linux-6.12.1/arch/sparc/include/asm/
Dpgalloc_32.h56 #define pmd_populate_kernel pmd_populate macro
Dpgalloc_64.h72 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpgalloc.h16 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h39 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-6.12.1/arch/mips/include/asm/
Dpgalloc.h21 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-6.12.1/arch/arm/include/asm/
Dpgalloc.h125 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() function
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h158 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-6.12.1/arch/s390/include/asm/
Dpgalloc.h134 #define pmd_populate_kernel(mm, pmd, pte) pmd_populate(mm, pmd, pte) macro
/linux-6.12.1/arch/arm64/include/asm/
Dpgalloc.h127 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() function

12