/linux/arch/nios2/mm/ |
H A D | pgtable.c | 42 for (i = 0; i < USER_PTRS_PER_PGD; i += 8) { in pgd_init() 62 memcpy(ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in pgd_alloc() 63 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc() 73 pgd_init(swapper_pg_dir + USER_PTRS_PER_PGD); in pagetable_init()
|
/linux/arch/openrisc/include/asm/ |
H A D | pgalloc.h | 47 memcpy(ret + USER_PTRS_PER_PGD, in pgd_alloc() 48 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_alloc() 49 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
H A D | pgtable.h | 75 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux/arch/sh/mm/ |
H A D | pgtable.c | 16 memset(pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in pgd_ctor() 17 memcpy(pgd + USER_PTRS_PER_PGD, in pgd_ctor() 18 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_ctor() 19 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_ctor()
|
/linux/arch/mips/mm/ |
H A D | pgtable.c | 19 memcpy(ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in pgd_alloc() 20 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
H A D | pgtable-32.c | 21 for (i = 0; i < USER_PTRS_PER_PGD; i+=8) { in pgd_init() 65 pgd_init(&swapper_pg_dir[USER_PTRS_PER_PGD]); in pagetable_init()
|
/linux/arch/csky/include/asm/ |
H A D | pgalloc.h | 51 memcpy(ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in pgd_alloc() 52 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
H A D | pgtable.h | 16 #define USER_PTRS_PER_PGD (PAGE_OFFSET/PGDIR_SIZE) macro
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgalloc.h | 26 memcpy(pgd + USER_PTRS_PER_PGD, swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_alloc() 27 (MAX_PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
/linux/arch/arm/mm/ |
H A D | pgd.c | 46 memcpy(new_pgd + USER_PTRS_PER_PGD, init_pgd + USER_PTRS_PER_PGD, in pgd_alloc() 47 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
/linux/arch/csky/mm/ |
H A D | init.c | 34 ((PTRS_PER_PGD - USER_PTRS_PER_PGD) * PTRS_PER_PTE) 132 for (i = 0; i < USER_PTRS_PER_PGD; i++) in mmu_init() 135 for (i = USER_PTRS_PER_PGD; i < PTRS_PER_PGD; i++) in mmu_init() 137 __pa(kernel_pte_tables + (PTRS_PER_PTE * (i - USER_PTRS_PER_PGD))); in mmu_init()
|
/linux/arch/loongarch/mm/ |
H A D | pgtable.c | 32 memcpy(ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in pgd_alloc() 33 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
/linux/arch/alpha/mm/ |
H A D | init.c | 49 memcpy (ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in pgd_alloc() 50 (PTRS_PER_PGD - USER_PTRS_PER_PGD - 1)*sizeof(pgd_t)); in pgd_alloc()
|
/linux/arch/arc/include/asm/ |
H A D | pgtable.h | 20 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
H A D | pgalloc.h | 61 num = USER_PTRS_PER_PGD + USER_KERNEL_GUTTER / PGDIR_SIZE; in pgd_alloc()
|
/linux/arch/sh/include/asm/ |
H A D | pgtable-2level.h | 22 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
H A D | pgtable-3level.h | 19 #define USER_PTRS_PER_PGD 2 macro
|
/linux/arch/um/include/asm/ |
H A D | pgtable-2level.h | 24 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
|
H A D | pgtable-4level.h | 43 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
|
/linux/arch/m68k/include/asm/ |
H A D | pgtable_mm.h | 72 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 52 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 61 #define USER_PTRS_PER_PGD \ macro
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 47 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 101 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 50 #define USER_PTRS_PER_PGD PAGE_OFFSET / PGDIR_SIZE macro
|