Home
last modified time | relevance | path

Searched refs:pte_alloc_one (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgalloc.h23 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgalloc.h30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgalloc.h55 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmcf_pgalloc.h46 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
H A Dmotorola_pgalloc.h37 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgalloc_32.h59 pgtable_t pte_alloc_one(struct mm_struct *mm);
H A Dpgalloc_64.h64 pgtable_t pte_alloc_one(struct mm_struct *mm);
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgalloc.h101 pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgalloc.h83 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgalloc.h89 pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgalloc.h144 #define pte_alloc_one(mm) ((pte_t *)page_table_alloc(mm)) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgalloc.h54 extern pgtable_t pte_alloc_one(struct mm_struct *);
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c31 pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/mm/
H A Dhuge_memory.c599 pgtable = pte_alloc_one(vma->vm_mm); in __do_huge_pmd_anonymous_page()
730 pgtable = pte_alloc_one(vma->vm_mm); in do_huge_pmd_anonymous_page()
854 pgtable = pte_alloc_one(vma->vm_mm); in vmf_insert_pfn_pmd_prot()
1027 pgtable = pte_alloc_one(dst_mm); in copy_huge_pmd()
H A Dmemory.c462 pgtable_t new = pte_alloc_one(mm); in __pte_alloc()
4026 vmf->prealloc_pte = pte_alloc_one(vma->vm_mm); in __do_fault()
4098 vmf->prealloc_pte = pte_alloc_one(vma->vm_mm); in do_set_pmd()
4341 vmf->prealloc_pte = pte_alloc_one(vmf->vma->vm_mm); in do_fault_around()
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dsrmmu.c349 pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
H A Dinit_64.c2891 pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c1458 pgtable = pte_alloc_one(vma->vm_mm); in dax_pmd_load_hole()