Searched defs:pmd_populate_kernel (Results 1 - 25 of 31) sorted by relevance

12

/arch/mn10300/include/asm/
H A Dpgalloc.h22 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/arch/cris/include/asm/
H A Dpgalloc.h7 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, pte) macro
/arch/frv/include/asm/
H A Dpgalloc.h23 #define pmd_populate_kernel(mm, pmd, pte) __set_pmd(pmd, __pa(pte) | _PAGE_TABLE) macro
/arch/um/include/asm/
H A Dpgalloc.h13 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/arch/alpha/include/asm/
H A Dpgalloc.h21 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
/arch/hexagon/include/asm/
H A Dpgalloc.h114 * kernel map of the active thread who's calling pmd_populate_kernel...
116 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/arch/metag/include/asm/
H A Dpgalloc.h7 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/arch/openrisc/include/asm/
H A Dpgalloc.h30 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/arch/score/include/asm/
H A Dpgalloc.h6 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/arch/sh/include/asm/
H A Dpgalloc.h18 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/arch/xtensa/include/asm/
H A Dpgalloc.h24 #define pmd_populate_kernel(mm, pmdp, ptep) \ macro
/arch/arc/include/asm/
H A Dpgalloc.h39 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
/arch/arm/include/asm/
H A Dpgalloc.h149 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) function
/arch/arm64/include/asm/
H A Dpgalloc.h121 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) function
/arch/avr32/include/asm/
H A Dpgalloc.h19 static inline void pmd_populate_kernel(struct mm_struct *mm, function
/arch/m32r/include/asm/
H A Dpgalloc.h8 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/arch/m68k/include/asm/
H A Dmcf_pgalloc.h39 #define pmd_populate_kernel(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) macro
H A Dmotorola_pgalloc.h97 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
H A Dsun3_pgalloc.h66 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
/arch/mips/include/asm/
H A Dpgalloc.h16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/arch/parisc/include/asm/
H A Dpgalloc.h100 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
117 pmd_populate_kernel(mm, pmd, page_address(pte_page))
/arch/powerpc/include/asm/
H A Dpgalloc-32.h24 #define pmd_populate_kernel(mm, pmd, pte) \ macro
30 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/arch/sparc/include/asm/
H A Dpgalloc_32.h58 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) macro
/arch/unicore32/include/asm/
H A Dpgalloc.h93 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) function
/arch/ia64/include/asm/
H A Dpgalloc.h80 pmd_populate_kernel(struct mm_struct *mm, pmd_t * pmd_entry, pte_t * pte) function

Completed in 3207 milliseconds

12