Searched refs:__pgd_alloc (Results 1 – 13 of 13) sorted by relevance
/linux/arch/microblaze/include/asm/ |
H A D | pgalloc.h | 24 #define pgd_alloc(mm) __pgd_alloc(mm, 0)
|
/linux/arch/openrisc/include/asm/ |
H A D | pgalloc.h | 44 pgd_t *ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
/linux/arch/nios2/mm/ |
H A D | pgtable.c | 58 ret = __pgd_alloc(mm, 0); in pgd_alloc()
|
/linux/arch/xtensa/include/asm/ |
H A D | pgalloc.h | 32 return __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/arc/include/asm/ |
H A D | pgalloc.h | 56 pgd_t *ret = __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/hexagon/include/asm/ |
H A D | pgalloc.h | 25 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/riscv/include/asm/ |
H A D | pgalloc.h | 115 pgd = __pgd_alloc(mm, 0); in pgd_alloc()
|
/linux/arch/arm/mm/ |
H A D | pgd.c | 23 #define _pgd_alloc(mm) __pgd_alloc(mm, 2)
|
/linux/include/asm-generic/ |
H A D | pgalloc.h | 282 #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()
|