Home
last modified time | relevance | path

Searched defs:pmd_populate (Results 1 – 32 of 32) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-32.h26 #define pmd_populate(mm, pmd, pte) \ macro
32 #define pmd_populate(mm, pmd, pte) \ macro
Dpgalloc-64.h74 #define pmd_populate(mm, pmd, pte_page) \ macro
183 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/mn10300/include/asm/
Dpgalloc.h26 void pmd_populate(struct mm_struct *mm, pmd_t *pmd, struct page *pte) in pmd_populate() function
/linux-4.4.14/arch/um/include/asm/
Dpgalloc.h16 #define pmd_populate(mm, pmd, pte) \ macro
/linux-4.4.14/arch/frv/include/asm/
Dpgalloc.h24 #define pmd_populate(MM, PMD, PAGE) \ macro
/linux-4.4.14/arch/openrisc/include/asm/
Dpgalloc.h33 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/sh/include/asm/
Dpgalloc.h24 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/nios2/include/asm/
Dpgalloc.h21 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/xtensa/include/asm/
Dpgalloc.h26 #define pmd_populate(mm, pmdp, page) \ macro
/linux-4.4.14/arch/cris/include/asm/
Dpgalloc.h8 #define pmd_populate(mm, pmd, pte) pmd_set(pmd, page_address(pte)) macro
/linux-4.4.14/arch/hexagon/include/asm/
Dpgalloc.h96 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/score/include/asm/
Dpgalloc.h12 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/unicore32/include/asm/
Dpgalloc.h105 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) in pmd_populate() function
/linux-4.4.14/arch/metag/include/asm/
Dpgalloc.h10 #define pmd_populate(mm, pmd, pte) \ macro
/linux-4.4.14/arch/alpha/include/asm/
Dpgalloc.h14 pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte) in pmd_populate() function
/linux-4.4.14/arch/avr32/include/asm/
Dpgalloc.h25 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/arc/include/asm/
Dpgalloc.h45 pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t ptep) in pmd_populate() function
/linux-4.4.14/arch/m68k/include/asm/
Dsun3_pgalloc.h71 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate() function
Dmotorola_pgalloc.h102 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate() function
Dmcf_pgalloc.h36 #define pmd_populate(mm, pmd, page) (pmd_val(*pmd) = \ macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgalloc.h131 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) in pmd_populate() function
/linux-4.4.14/arch/m32r/include/asm/
Dpgalloc.h11 static __inline__ void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/mips/include/asm/
Dpgalloc.h22 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/parisc/include/asm/
Dpgalloc.h120 #define pmd_populate(mm, pmd, pte_page) \ macro
/linux-4.4.14/arch/tile/include/asm/
Dpgalloc.h57 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/arm/include/asm/
Dpgalloc.h158 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) in pmd_populate() function
/linux-4.4.14/arch/ia64/include/asm/
Dpgalloc.h73 pmd_populate(struct mm_struct *mm, pmd_t * pmd_entry, pgtable_t pte) in pmd_populate() function
/linux-4.4.14/arch/s390/include/asm/
Dpgalloc.h124 static inline void pmd_populate(struct mm_struct *mm, in pmd_populate() function
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_64.h72 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE) macro
/linux-4.4.14/arch/x86/include/asm/
Dpgalloc.h69 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() function
/linux-4.4.14/arch/microblaze/include/asm/
Dpgalloc.h174 #define pmd_populate(mm, pmd, pte) \ macro
/linux-4.4.14/arch/sparc/mm/
Dsrmmu.c124 void pmd_populate(struct mm_struct *mm, pmd_t *pmdp, struct page *ptep) in pmd_populate() function