Home
last modified time | relevance | path

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

12

/linux-3.3/arch/powerpc/include/asm/
Dpgalloc-32.h24 #define pmd_populate_kernel(mm, pmd, pte) \ macro
30 #define pmd_populate_kernel(mm, pmd, pte) \ macro
Dpgalloc-64.h72 #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, in pmd_populate_kernel() function
/linux-3.3/arch/mn10300/include/asm/
Dpgalloc.h22 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-3.3/arch/um/include/asm/
Dpgalloc.h14 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-3.3/arch/xtensa/include/asm/
Dpgalloc.h24 #define pmd_populate_kernel(mm, pmdp, ptep) \ macro
/linux-3.3/arch/frv/include/asm/
Dpgalloc.h23 #define pmd_populate_kernel(mm, pmd, pte) __set_pmd(pmd, __pa(pte) | _PAGE_TABLE) macro
/linux-3.3/arch/openrisc/include/asm/
Dpgalloc.h30 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-3.3/arch/sh/include/asm/
Dpgalloc.h18 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-3.3/arch/cris/include/asm/
Dpgalloc.h7 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, pte) macro
/linux-3.3/arch/hexagon/include/asm/
Dpgalloc.h114 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-3.3/arch/score/include/asm/
Dpgalloc.h6 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-3.3/arch/unicore32/include/asm/
Dpgalloc.h91 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() function
/linux-3.3/arch/avr32/include/asm/
Dpgalloc.h19 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
/linux-3.3/arch/alpha/include/asm/
Dpgalloc.h21 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
/linux-3.3/arch/tile/include/asm/
Dpgalloc.h50 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
/linux-3.3/arch/m68k/include/asm/
Dmotorola_pgalloc.h93 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
Dsun3_pgalloc.h67 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
Dmcf_pgalloc.h39 #define pmd_populate_kernel(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) macro
/linux-3.3/arch/m32r/include/asm/
Dpgalloc.h8 #define pmd_populate_kernel(mm, pmd, pte) \ macro
/linux-3.3/arch/mips/include/asm/
Dpgalloc.h16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
/linux-3.3/arch/parisc/include/asm/
Dpgalloc.h100 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
/linux-3.3/arch/arm/include/asm/
Dpgalloc.h147 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() function
/linux-3.3/arch/ia64/include/asm/
Dpgalloc.h80 pmd_populate_kernel(struct mm_struct *mm, pmd_t * pmd_entry, pte_t * pte) in pmd_populate_kernel() function
/linux-3.3/arch/sparc/include/asm/
Dpgalloc_64.h72 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) macro
Dpgalloc_32.h54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE) macro

12