| /Linux-v5.4/arch/microblaze/include/asm/ | 
| D | pgalloc.h | 49 #define pmd_alloc_one(mm, address)	({ BUG(); ((pmd_t *)2); })  macro65 #define pmd_alloc_one(mm, address)	({ BUG(); ((pmd_t *)2); })  macro
 
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | pgalloc.h | 68 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)  in pmd_alloc_one()  function100 #define pmd_alloc_one(mm, addr)		({ BUG(); ((pmd_t *)2); })  macro
 
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | pgalloc.h | 25 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr)  in pmd_alloc_one()  function46 #define pmd_alloc_one(mm,addr)		({ BUG(); ((pmd_t *)2); })  macro
 
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | pgalloc.h | 44 pmd_alloc_one(struct mm_struct *mm, unsigned long address)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | pgalloc.h | 13 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
 | 
| /Linux-v5.4/arch/sh/mm/ | 
| D | pgtable.c | 49 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | sun3_pgalloc.h | 20 #define pmd_alloc_one(mm,address)       ({ BUG(); ((pmd_t *)2); })  macro
 | 
| D | mcf_pgalloc.h | 32 #define pmd_alloc_one(mm, address)      ({ BUG(); ((pmd_t *)2); })  macro
 | 
| D | motorola_pgalloc.h | 70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | pgalloc.h | 18 #define pmd_alloc_one(mm, addr)		({ BUG(); ((pmd_t *)2); })  macro
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | pgtable-nopmd.h | 59 #define pmd_alloc_one(mm, address)		NULL  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ | 
| D | pgalloc.h | 48 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | pgalloc.h | 64 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | pgalloc.h | 62 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/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-v5.4/arch/mips/include/asm/ | 
| D | pgalloc.h | 63 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/um/include/asm/ | 
| D | pgtable-3level.h | 83 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
 | 
| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | pgalloc.h | 22 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/arm/mm/ | 
| D | idmap.c | 31 		pmd = pmd_alloc_one(&init_mm, addr);  in idmap_add_pmd()
 | 
| /Linux-v5.4/arch/powerpc/include/asm/book3s/64/ | 
| D | pgalloc.h | 133 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | pgalloc.h | 70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/um/kernel/ | 
| D | mem.c | 213 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | pgalloc.h | 89 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr)  in pmd_alloc_one()  function
 | 
| /Linux-v5.4/Documentation/vm/ | 
| D | split_page_table_lock.rst | 71 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and
 |