/linux-6.12.1/arch/sh/include/asm/ |
D | pgalloc.h | 18 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
|
/linux-6.12.1/arch/sh/mm/ |
D | pgtable.c | 50 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | pgalloc.h | 47 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.12.1/include/asm-generic/ |
D | pgtable-nopmd.h | 62 #define pmd_alloc_one(mm, address) NULL macro
|
D | pgalloc.h | 147 #define pmd_alloc_one(...) alloc_hooks(pmd_alloc_one_noprof(__VA_ARGS__)) macro
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 51 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-6.12.1/Documentation/translations/zh_CN/mm/ |
D | split_page_table_lock.rst | 70 分配通常发生在pmd_alloc_one()中,释放发生在pmd_free()和pmd_free_tlb()
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgalloc_32.h | 38 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, in pmd_alloc_one() function
|
D | pgalloc_64.h | 53 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 54 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgalloc.h | 66 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgalloc.h | 65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgalloc.h | 37 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
|
/linux-6.12.1/arch/arm/mm/ |
D | idmap.c | 31 pmd = pmd_alloc_one(&init_mm, addr); in idmap_add_pmd()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 142 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgalloc.h | 81 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() function
|
/linux-6.12.1/Documentation/mm/ |
D | split_page_table_lock.rst | 74 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and
|
/linux-6.12.1/mm/ |
D | memory.c | 6330 pmd_t *new = pmd_alloc_one(mm, address); in __pmd_alloc()
|