Searched refs:__pgd_alloc (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/arch/mips/mm/ |
| H A D | pgtable.c | 15 ret = __pgd_alloc(mm, PGD_TABLE_ORDER); in pgd_alloc()
|
| /linux-6.15/arch/microblaze/include/asm/ |
| H A D | pgalloc.h | 24 #define pgd_alloc(mm) __pgd_alloc(mm, 0)
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | pgd.c | 36 return __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | sun3_pgalloc.h | 43 new_pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/nios2/mm/ |
| H A D | pgtable.c | 58 ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/openrisc/include/asm/ |
| H A D | pgalloc.h | 44 pgd_t *ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/xtensa/include/asm/ |
| H A D | pgalloc.h | 32 return __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | pgalloc.h | 19 return __pgd_alloc(mm, PGD_TABLE_ORDER); in pgd_alloc()
|
| /linux-6.15/arch/arc/include/asm/ |
| H A D | pgalloc.h | 56 pgd_t *ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/csky/include/asm/ |
| H A D | pgalloc.h | 47 ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/hexagon/include/asm/ |
| H A D | pgalloc.h | 25 pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 115 pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/loongarch/mm/ |
| H A D | pgtable.c | 28 ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | pgd.c | 23 #define _pgd_alloc(mm) __pgd_alloc(mm, 2)
|
| /linux-6.15/include/asm-generic/ |
| H A D | pgalloc.h | 277 #define __pgd_alloc(...) alloc_hooks(__pgd_alloc_noprof(__VA_ARGS__)) macro
|
| /linux-6.15/arch/um/kernel/ |
| H A D | mem.c | 214 pgd_t *pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/alpha/mm/ |
| H A D | init.c | 45 ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | pgtable.c | 363 return __pgd_alloc(mm, pgd_allocation_order()); in _pgd_alloc() 383 return __pgd_alloc(mm, pgd_allocation_order()); in _pgd_alloc()
|