Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/include/asm/
Dpgalloc.h17 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/linux-5.19.10/arch/sh/mm/
Dpgtable.c48 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-5.19.10/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h48 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-5.19.10/include/asm-generic/
Dpgtable-nopmd.h62 #define pmd_alloc_one(mm, address) NULL macro
Dpgalloc.h119 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-5.19.10/arch/parisc/include/asm/
Dpgalloc.h47 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-5.19.10/Documentation/translations/zh_CN/vm/
Dsplit_page_table_lock.rst70 分配通常发生在pmd_alloc_one()中,释放发生在pmd_free()和pmd_free_tlb()
/linux-5.19.10/arch/sparc/include/asm/
Dpgalloc_32.h38 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, in pmd_alloc_one() function
Dpgalloc_64.h53 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-5.19.10/arch/m68k/include/asm/
Dmotorola_pgalloc.h54 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-5.19.10/arch/loongarch/include/asm/
Dpgalloc.h64 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-5.19.10/arch/mips/include/asm/
Dpgalloc.h65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux-5.19.10/arch/arm/include/asm/
Dpgalloc.h37 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
/linux-5.19.10/arch/arm/mm/
Didmap.c31 pmd = pmd_alloc_one(&init_mm, addr); in idmap_add_pmd()
/linux-5.19.10/arch/s390/include/asm/
Dpgalloc.h82 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() function
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h140 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux-5.19.10/Documentation/vm/
Dsplit_page_table_lock.rst71 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and
/linux-5.19.10/mm/
Dmemory.c5218 pmd_t *new = pmd_alloc_one(mm, address); in __pmd_alloc()