Searched refs:pte_alloc_one_kernel (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/openrisc/mm/
H A Dioremap.c34 pte_t __ref *pte_alloc_one_kernel(struct mm_struct *mm) function
/linux-master/arch/microblaze/include/asm/
H A Dpgalloc.h31 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/linux-master/arch/arm/include/asm/
H A Dkfence.h15 pte_t *pte = pte_alloc_one_kernel(&init_mm);
H A Dpgalloc.h78 pte_alloc_one_kernel(struct mm_struct *mm) function
/linux-master/arch/xtensa/include/asm/
H A Dpgalloc.h43 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function
H A Dmcf_pgalloc.h15 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function
/linux-master/arch/openrisc/include/asm/
H A Dpgalloc.h67 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/linux-master/arch/powerpc/include/asm/
H A Dpgalloc.h25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function
/linux-master/arch/csky/include/asm/
H A Dpgalloc.h27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_32.h60 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function
H A Dpgalloc_64.h63 pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/linux-master/include/asm-generic/
H A Dpgalloc.h31 * pte_alloc_one_kernel - allocate memory for a PTE-level kernel page table
36 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h139 #define pte_alloc_one_kernel(mm) ((pte_t *)page_table_alloc(mm)) macro
/linux-master/arch/microblaze/mm/
H A Dpgtable.c245 __ref pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function
/linux-master/mm/kasan/
H A Dinit.c128 p = pte_alloc_one_kernel(&init_mm);
/linux-master/mm/
H A Dhugetlb_vmemmap.c57 pgtable = pte_alloc_one_kernel(&init_mm);
H A Dmemory.c452 pte_t *new = pte_alloc_one_kernel(&init_mm);
/linux-master/arch/sparc/mm/
H A Dsrmmu.c354 if (!(ptep = pte_alloc_one_kernel(mm)))
H A Dinit_64.c2897 pte_t *pte_alloc_one_kernel(struct mm_struct *mm) function

Completed in 278 milliseconds