Home
last modified time | relevance | path

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

/linux/arch/openrisc/mm/
A Dioremap.c34 pte_t __ref *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux/arch/microblaze/include/asm/
A Dpgalloc.h31 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/linux/arch/arm/include/asm/
A Dkfence.h15 pte_t *pte = pte_alloc_one_kernel(&init_mm); in split_pmd_page()
A Dpgalloc.h78 pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux/arch/xtensa/include/asm/
A Dpgalloc.h43 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux/arch/openrisc/include/asm/
A Dpgalloc.h67 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/linux/arch/powerpc/include/asm/
A Dpgalloc.h25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux/arch/csky/include/asm/
A Dpgalloc.h27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux/arch/sparc/include/asm/
A Dpgalloc_32.h60 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
A Dpgalloc_64.h63 pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/linux/arch/m68k/include/asm/
A Dmotorola_pgalloc.h27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
A Dmcf_pgalloc.h15 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux/arch/loongarch/include/asm/
A Dpgalloc.h48 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux/include/asm-generic/
A Dpgalloc.h41 #define pte_alloc_one_kernel(...) alloc_hooks(pte_alloc_one_kernel_noprof(__VA_ARGS__)) macro
/linux/arch/s390/include/asm/
A Dpgalloc.h139 #define pte_alloc_one_kernel(mm) ((pte_t *)page_table_alloc(mm)) macro
/linux/arch/microblaze/mm/
A Dpgtable.c245 __ref pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux/mm/kasan/
A Dinit.c132 p = pte_alloc_one_kernel(&init_mm); in zero_pmd_populate()
/linux/mm/
A Dhugetlb_vmemmap.c59 pgtable = pte_alloc_one_kernel(&init_mm); in vmemmap_split_pmd()
A Dmemory.c460 pte_t *new = pte_alloc_one_kernel(&init_mm); in __pte_alloc_kernel()
/linux/arch/sparc/mm/
A Dsrmmu.c354 if (!(ptep = pte_alloc_one_kernel(mm))) in pte_alloc_one()
A Dinit_64.c2885 pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function

Completed in 43 milliseconds