Home
last modified time | relevance | path

Searched refs:pte_alloc_one_kernel (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgalloc.h35 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgalloc.h67 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgalloc.h25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgalloc.h44 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgalloc.h30 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/arch/openrisc/mm/
H A Dioremap.c117 pte_t __ref *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmcf_pgalloc.h15 extern inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
H A Dmotorola_pgalloc.h27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgalloc_32.h61 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
H A Dpgalloc_64.h63 pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgalloc.h90 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgalloc.h31 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgalloc.h72 pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgalloc.h143 #define pte_alloc_one_kernel(mm) ((pte_t *)page_table_alloc(mm)) macro
/OK3568_Linux_fs/kernel/arch/microblaze/mm/
H A Dpgtable.c243 __ref pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dinit.c128 p = pte_alloc_one_kernel(&init_mm); in zero_pmd_populate()
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dsrmmu.c354 if ((ptep = pte_alloc_one_kernel(mm)) == 0) in pte_alloc_one()
H A Dinit_64.c2880 pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/OK3568_Linux_fs/kernel/mm/
H A Dmemory.c495 pte_t *new = pte_alloc_one_kernel(&init_mm); in __pte_alloc_kernel()