/linux-3.4.99/arch/openrisc/include/asm/ |
D | pgalloc.h | 49 memset(ret, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in pgd_alloc() 50 memcpy(ret + USER_PTRS_PER_PGD, in pgd_alloc() 51 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_alloc() 52 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
/linux-3.4.99/arch/mn10300/mm/ |
D | pgtable.c | 130 memcpy((pgd_t *)pgd + USER_PTRS_PER_PGD, in pgd_ctor() 131 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_ctor() 132 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_ctor() 139 memset(pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in pgd_ctor()
|
/linux-3.4.99/arch/sh/mm/ |
D | pgtable.c | 15 memcpy(pgd + USER_PTRS_PER_PGD, in pgd_ctor() 16 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_ctor() 17 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_ctor()
|
/linux-3.4.99/arch/arm/mm/ |
D | pgd.c | 44 memset(new_pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in pgd_alloc() 50 memcpy(new_pgd + USER_PTRS_PER_PGD, init_pgd + USER_PTRS_PER_PGD, in pgd_alloc() 51 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
/linux-3.4.99/arch/score/include/asm/ |
D | pgalloc.h | 28 memcpy(ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in pgd_alloc() 29 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgalloc.h | 36 memcpy(pgd + USER_PTRS_PER_PGD, in pgd_ctor() 37 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_ctor() 38 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_ctor()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | pgalloc.h | 55 memcpy(ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in pgd_alloc() 56 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
D | pgtable-32.h | 44 #define PTRS_PER_PGD (USER_PTRS_PER_PGD * 2) 47 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
|
D | pgtable-64.h | 117 #define USER_PTRS_PER_PGD (1) macro 119 #define USER_PTRS_PER_PGD (TASK_SIZE64 / PGDIR_SIZE) macro
|
/linux-3.4.99/arch/mips/mm/ |
D | pgtable-32.c | 21 for (i = 0; i < USER_PTRS_PER_PGD; i+=8) { in pgd_init() 47 + sizeof(pgd_t) * USER_PTRS_PER_PGD); in pagetable_init()
|
/linux-3.4.99/arch/um/kernel/ |
D | mem.c | 276 memset(pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in pgd_alloc() 277 memcpy(pgd + USER_PTRS_PER_PGD, in pgd_alloc() 278 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_alloc() 279 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
/linux-3.4.99/arch/alpha/mm/ |
D | init.c | 48 memcpy (ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in pgd_alloc() 49 (PTRS_PER_PGD - USER_PTRS_PER_PGD - 1)*sizeof(pgd_t)); in pgd_alloc()
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgtable-2level.h | 21 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
D | pgtable-3level.h | 18 #define USER_PTRS_PER_PGD 2 macro
|
/linux-3.4.99/arch/score/mm/ |
D | pgtable.c | 36 for (i = 0; i < USER_PTRS_PER_PGD; i += 8) { in pgd_init()
|
/linux-3.4.99/arch/um/include/asm/ |
D | pgtable-2level.h | 24 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
|
D | pgtable-3level.h | 43 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE) macro
|
/linux-3.4.99/arch/unicore32/mm/ |
D | pgd.c | 22 #define FIRST_KERNEL_PGD_NR (FIRST_USER_PGD_NR + USER_PTRS_PER_PGD)
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | pgtable_mm.h | 68 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux-3.4.99/arch/arm/include/asm/ |
D | pgtable-2level.h | 105 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
D | pgtable-3level.h | 62 #define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE) macro
|
/linux-3.4.99/arch/m32r/mm/ |
D | init.c | 108 for (i = 0 ; i < USER_PTRS_PER_PGD * 2 ; i++) in paging_init()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 49 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux-3.4.99/arch/cris/include/asm/ |
D | pgtable.h | 69 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | pgtable.h | 67 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR) macro
|