Searched refs:pte_alloc_one (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/xtensa/include/asm/
H A Dpgalloc.h54 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h37 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) function
H A Dmcf_pgalloc.h44 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) function
/linux-master/arch/powerpc/include/asm/
H A Dpgalloc.h30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) function
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_32.h58 pgtable_t pte_alloc_one(struct mm_struct *mm);
H A Dpgalloc_64.h64 pgtable_t pte_alloc_one(struct mm_struct *mm);
/linux-master/arch/arm/include/asm/
H A Dpgalloc.h95 pte_alloc_one(struct mm_struct *mm) function
/linux-master/include/asm-generic/
H A Dpgalloc.h81 * pte_alloc_one - allocate a page for PTE-level user page table
88 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) function
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h140 #define pte_alloc_one(mm) ((pte_t *)page_table_alloc(mm)) macro
/linux-master/arch/x86/include/asm/
H A Dpgalloc.h54 extern pgtable_t pte_alloc_one(struct mm_struct *);
/linux-master/arch/x86/mm/
H A Dpgtable.c31 pgtable_t pte_alloc_one(struct mm_struct *mm) function
/linux-master/mm/
H A Dhuge_memory.c887 pgtable = pte_alloc_one(vma->vm_mm);
1015 pgtable = pte_alloc_one(vma->vm_mm);
1136 pgtable = pte_alloc_one(vma->vm_mm);
1299 pgtable = pte_alloc_one(dst_mm);
H A Dmemory.c440 pgtable_t new = pte_alloc_one(mm);
4518 * pte_alloc_one
4526 vmf->prealloc_pte = pte_alloc_one(vma->vm_mm);
4603 vmf->prealloc_pte = pte_alloc_one(vma->vm_mm);
4846 vmf->prealloc_pte = pte_alloc_one(vmf->vma->vm_mm);
/linux-master/arch/sparc/mm/
H A Dsrmmu.c349 pgtable_t pte_alloc_one(struct mm_struct *mm) function
H A Dinit_64.c2908 pgtable_t pte_alloc_one(struct mm_struct *mm) function
/linux-master/fs/
H A Ddax.c1225 pgtable = pte_alloc_one(vma->vm_mm);

Completed in 188 milliseconds