/openbmc/linux/arch/openrisc/mm/ |
H A D | ioremap.c | 34 pte_t __ref *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | pgalloc.h | 31 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | kfence.h | 15 pte_t *pte = pte_alloc_one_kernel(&init_mm); in split_pmd_page()
|
H A D | pgalloc.h | 78 pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | pgalloc.h | 43 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgalloc.h | 67 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pgalloc.h | 25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgalloc.h | 27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgalloc_32.h | 60 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
H A D | pgalloc_64.h | 63 pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | motorola_pgalloc.h | 27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
H A D | mcf_pgalloc.h | 15 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
/openbmc/linux/include/asm-generic/ |
H A D | pgalloc.h | 36 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgalloc.h | 140 #define pte_alloc_one_kernel(mm) ((pte_t *)page_table_alloc(mm)) macro
|
/openbmc/linux/arch/microblaze/mm/ |
H A D | pgtable.c | 245 __ref pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|
/openbmc/linux/mm/ |
H A D | hugetlb_vmemmap.c | 54 pgtable = pte_alloc_one_kernel(&init_mm); in split_vmemmap_huge_pmd()
|
H A D | memory.c | 449 pte_t *new = pte_alloc_one_kernel(&init_mm); in __pte_alloc_kernel()
|
/openbmc/linux/mm/kasan/ |
H A D | init.c | 128 p = pte_alloc_one_kernel(&init_mm); in zero_pmd_populate()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | srmmu.c | 354 if (!(ptep = pte_alloc_one_kernel(mm))) in pte_alloc_one()
|
H A D | init_64.c | 2897 pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
|