| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | pgalloc.h | 23 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 D | pgalloc.h | 30 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 D | pgalloc.h | 55 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 D | mcf_pgalloc.h | 46 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
|
| H A D | motorola_pgalloc.h | 37 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 D | pgalloc_32.h | 59 pgtable_t pte_alloc_one(struct mm_struct *mm);
|
| H A D | pgalloc_64.h | 64 pgtable_t pte_alloc_one(struct mm_struct *mm);
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | pgalloc.h | 101 pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | pgalloc.h | 83 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 D | pgalloc.h | 89 pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pgalloc.h | 144 #define pte_alloc_one(mm) ((pte_t *)page_table_alloc(mm)) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pgalloc.h | 54 extern pgtable_t pte_alloc_one(struct mm_struct *);
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pgtable.c | 31 pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | huge_memory.c | 599 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 D | memory.c | 462 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 D | srmmu.c | 349 pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
|
| H A D | init_64.c | 2891 pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() function
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dax.c | 1458 pgtable = pte_alloc_one(vma->vm_mm); in dax_pmd_load_hole()
|