Searched refs:__pgd_alloc (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgalloc.h | 43 new_pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgalloc.h | 44 pgd_t *ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgalloc.h | 19 return __pgd_alloc(mm, PGD_TABLE_ORDER); in pgd_alloc()
|
| /linux/arch/hexagon/include/asm/ |
| H A D | pgalloc.h | 25 pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux/arch/csky/include/asm/ |
| H A D | pgalloc.h | 47 ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux/arch/um/kernel/ |
| H A D | mem.c | 114 pgd_t *pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 115 pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux/arch/loongarch/mm/ |
| H A D | pgtable.c | 28 ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux/arch/alpha/mm/ |
| H A D | init.c | 45 ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
| /linux/include/asm-generic/ |
| H A D | pgalloc.h | 296 #define __pgd_alloc(...) alloc_hooks(__pgd_alloc_noprof(__VA_ARGS__)) macro
|
| /linux/arch/x86/mm/ |
| H A D | pgtable.c | 314 return __pgd_alloc(mm, pgd_allocation_order()); in _pgd_alloc()
|