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

12

/arch/powerpc/include/asm/
H A Dpgalloc-64.h71 pmd_populate_kernel(mm, pmd, page_address(pte_page))
72 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, (unsigned long)(pte)) macro
80 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
87 pmd_populate_kernel(mm, pmd, page_address(pte_page))
H A Dpgalloc-32.h24 #define pmd_populate_kernel(mm, pmd, pte) \ macro
30 #define pmd_populate_kernel(mm, 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/mn10300/include/asm/
H A Dpgalloc.h22 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/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/sparc/include/asm/
H A Dpgalloc_64.h72 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) macro
74 pmd_populate_kernel(MM,PMD,page_address(PTE_PAGE))
H A Dpgalloc_32.h54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE) macro
/arch/tile/include/asm/
H A Dpgalloc.h50 static inline void pmd_populate_kernel(struct mm_struct *mm, function
113 pmd_populate_kernel((mm), (pmd_t *)(pud), (pte_t *)(pmd))
/arch/alpha/include/asm/
H A Dpgalloc.h21 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
/arch/cris/include/asm/
H A Dpgalloc.h7 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, pte) macro
/arch/m32r/include/asm/
H A Dpgalloc.h8 #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/sh/include/asm/
H A Dpgalloc.h18 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/arch/um/include/asm/
H A Dpgalloc.h13 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/arch/xtensa/include/asm/
H A Dpgalloc.h24 #define pmd_populate_kernel(mm, pmdp, ptep) \ macro
/arch/avr32/include/asm/
H A Dpgalloc.h19 static inline void pmd_populate_kernel(struct mm_struct *mm, function
/arch/hexagon/include/asm/
H A Dpgalloc.h112 * kernel map of the active thread who's calling pmd_populate_kernel...
114 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/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 Dsun3_pgalloc.h67 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
H A Dmotorola_pgalloc.h93 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) function
/arch/score/include/asm/
H A Dpgalloc.h6 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function
/arch/unicore32/include/asm/
H A Dpgalloc.h91 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) function
/arch/arm/include/asm/
H A Dpgalloc.h147 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
/arch/mips/include/asm/
H A Dpgalloc.h16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, function

Completed in 1198 milliseconds

12