/linux/arch/openrisc/include/asm/ |
H A D | pgalloc.h | 42 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function 59 extern inline pgd_t *pgd_alloc(struct mm_struct *mm)
|
/linux/arch/loongarch/mm/ |
H A D | pgtable.c | 24 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function 38 EXPORT_SYMBOL_GPL(pgd_alloc);
|
/linux/arch/nios2/include/asm/ |
H A D | pgalloc.h | 29 extern pgd_t *pgd_alloc(struct mm_struct *mm);
|
/linux/arch/alpha/include/asm/ |
H A D | pgalloc.h | 34 extern pgd_t *pgd_alloc(struct mm_struct *mm);
|
/linux/arch/um/include/asm/ |
H A D | pgalloc.h | 26 extern pgd_t *pgd_alloc(struct mm_struct *);
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgalloc.h | 39 static inline pgd_t * pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
H A D | motorola_pgalloc.h | 76 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
H A D | mcf_pgalloc.h | 83 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/sh/include/asm/ |
H A D | pgalloc.h | 13 extern pgd_t *pgd_alloc(struct mm_struct *);
|
/linux/arch/sh/mm/ |
H A D | pgtable.c | 34 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/parisc/include/asm/ |
H A D | pgalloc.h | 17 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgalloc.h | 8 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgalloc.h | 20 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/hexagon/include/asm/ |
H A D | pgalloc.h | 21 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/csky/include/asm/ |
H A D | pgalloc.h | 42 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/Documentation/translations/zh_CN/mm/ |
H A D | split_page_table_lock.rst | 71 中,但要确保覆盖所有的PMD表分配/释放路径:即X86_PAE在pgd_alloc()中预先
|
/linux/arch/sparc/include/asm/ |
H A D | pgalloc_32.h | 27 #define pgd_alloc(mm) get_pgd_fast() macro
|
H A D | pgalloc_64.h | 26 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|
/linux/arch/mips/include/asm/ |
H A D | pgalloc.h | 49 extern pgd_t *pgd_alloc(struct mm_struct *mm);
|
/linux/drivers/firmware/efi/ |
H A D | riscv-runtime.c | 34 efi_mm.pgd = pgd_alloc(&efi_mm); in efi_virtmap_init()
|
H A D | arm-runtime.c | 56 efi_mm.pgd = pgd_alloc(&efi_mm); in efi_virtmap_init()
|
/linux/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 46 extern pgd_t *pgd_alloc(struct mm_struct *mm);
|
/linux/arch/arm/include/asm/ |
H A D | pgalloc.h | 47 extern pgd_t *pgd_alloc(struct mm_struct *mm);
|
/linux/arch/arm/mm/ |
H A D | idmap.c | 114 idmap_pgd = pgd_alloc(&init_mm); in init_static_idmap()
|
/linux/arch/riscv/include/asm/ |
H A D | pgalloc.h | 111 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function
|