Home
last modified time | relevance | path

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

/linux-6.15/arch/openrisc/mm/
H A Dioremap.c34 pte_t __ref *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux-6.15/arch/microblaze/include/asm/
H A Dpgalloc.h26 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/linux-6.15/arch/arm/include/asm/
H A Dkfence.h15 pte_t *pte = pte_alloc_one_kernel(&init_mm); in split_pmd_page()
H A Dpgalloc.h78 pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux-6.15/arch/openrisc/include/asm/
H A Dpgalloc.h65 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
/linux-6.15/arch/xtensa/include/asm/
H A Dpgalloc.h43 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux-6.15/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
/linux-6.15/arch/csky/include/asm/
H A Dpgalloc.h27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux-6.15/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
H A Dmcf_pgalloc.h15 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux-6.15/arch/sparc/include/asm/
H A Dpgalloc_32.h60 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);
/linux-6.15/arch/loongarch/include/asm/
H A Dpgalloc.h48 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux-6.15/arch/s390/include/asm/
H A Dpgalloc.h158 #define pte_alloc_one_kernel(mm) ((pte_t *)page_table_alloc(mm)) macro
/linux-6.15/arch/microblaze/mm/
H A Dpgtable.c245 __ref pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function
/linux-6.15/include/asm-generic/
H A Dpgalloc.h41 #define pte_alloc_one_kernel(...) alloc_hooks(pte_alloc_one_kernel_noprof(__VA_ARGS__)) macro
/linux-6.15/mm/kasan/
H A Dinit.c128 p = pte_alloc_one_kernel(&init_mm); in zero_pmd_populate()
/linux-6.15/mm/
H A Dhugetlb_vmemmap.c59 pgtable = pte_alloc_one_kernel(&init_mm); in vmemmap_split_pmd()
H A Dmemory.c442 pte_t *new = pte_alloc_one_kernel(&init_mm); in __pte_alloc_kernel()
/linux-6.15/arch/sparc/mm/
H A Dsrmmu.c348 if (!(ptep = pte_alloc_one_kernel(mm))) in pte_alloc_one()
H A Dinit_64.c2881 pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() function