Searched refs:USER_PTRS_PER_PGD (Results 1 – 4 of 4) sorted by relevance
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()
44 #define PTRS_PER_PGD (USER_PTRS_PER_PGD * 2)47 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) macro
136 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR) macro
61 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro