/linux-4.4.14/arch/nios2/mm/ |
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-4.4.14/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()
|
D | pgtable.h | 79 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux-4.4.14/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-4.4.14/arch/mn10300/mm/ |
D | pgtable.c | 135 memcpy((pgd_t *)pgd + USER_PTRS_PER_PGD, in pgd_ctor() 136 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_ctor() 137 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_ctor() 144 memset(pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in pgd_ctor()
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgalloc.h | 21 memcpy(pgd + USER_PTRS_PER_PGD, in pgd_ctor() 22 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_ctor() 23 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_ctor()
|
D | mmu_context.h | 82 for (i = FIRST_USER_PGD_NR; i < USER_PTRS_PER_PGD; i++) in switch_mmu() 90 for (i = FIRST_USER_PGD_NR; i < USER_PTRS_PER_PGD; i++) in switch_mmu()
|
D | pgtable.h | 49 #define USER_PTRS_PER_PGD 256 macro
|
/linux-4.4.14/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-4.4.14/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()
|
D | pgtable.h | 29 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
|
/linux-4.4.14/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()
|
D | pgtable.h | 32 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux-4.4.14/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 | 56 #define PTRS_PER_PGD (USER_PTRS_PER_PGD * 2) 59 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
|
D | pgtable-64.h | 118 #define USER_PTRS_PER_PGD (1) macro 120 #define USER_PTRS_PER_PGD (TASK_SIZE64 / PGDIR_SIZE) macro
|
/linux-4.4.14/arch/um/kernel/ |
D | mem.c | 190 memset(pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in pgd_alloc() 191 memcpy(pgd + USER_PTRS_PER_PGD, in pgd_alloc() 192 swapper_pg_dir + USER_PTRS_PER_PGD, in pgd_alloc() 193 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
|
/linux-4.4.14/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-4.4.14/arch/alpha/mm/ |
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-4.4.14/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-4.4.14/arch/score/mm/ |
D | pgtable.c | 36 for (i = 0; i < USER_PTRS_PER_PGD; i += 8) { in pgd_init()
|
/linux-4.4.14/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-4.4.14/arch/m32r/mm/ |
D | init.c | 102 for (i = 0 ; i < USER_PTRS_PER_PGD * 2 ; i++) in paging_init()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | pgd.c | 22 #define FIRST_KERNEL_PGD_NR (FIRST_USER_PGD_NR + USER_PTRS_PER_PGD)
|
D | mmu.c | 463 for (i = 0; i < FIRST_USER_PGD_NR + USER_PTRS_PER_PGD; i++, pgd++) { in setup_mm_for_reboot()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_mm.h | 70 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgalloc.h | 61 num = USER_PTRS_PER_PGD + USER_KERNEL_GUTTER / PGDIR_SIZE; in pgd_alloc()
|
D | pgtable.h | 223 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-2level.h | 107 #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-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 47 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 79 #define USER_PTRS_PER_PGD \ macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 69 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux-4.4.14/arch/sparc/mm/ |
D | srmmu.c | 326 memset(pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t)); in get_pgd_fast() 327 memcpy(pgd + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD, in get_pgd_fast() 328 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in get_pgd_fast()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 55 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 67 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 46 #define USER_PTRS_PER_PGD PAGE_OFFSET / SRMMU_PGDIR_SIZE macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 47 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 63 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 159 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 69 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 129 #define USER_PTRS_PER_PGD (5*PTRS_PER_PGD/8) /* regions 0-4 are user regions */ macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 134 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro
|