Home
last modified time | relevance | path

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

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