Searched refs:USER_PTRS_PER_PGD (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/arch/nios2/include/asm/
H A Dpgtable.h58 #define USER_PTRS_PER_PGD \ macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h75 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h50 #define USER_PTRS_PER_PGD PAGE_OFFSET / PGDIR_SIZE macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h60 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h47 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h101 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-master/arch/sparc/mm/
H A Dsrmmu.c333 memset(pgd, 0, USER_PTRS_PER_PGD * sizeof(pgd_t));
334 memcpy(pgd + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD,
335 (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t));
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h131 #define USER_PTRS_PER_PGD PTRS_PER_PGD macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h133 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h56 #define USER_PTRS_PER_PGD ((TASK_SIZE64 / PGDIR_SIZE)?(TASK_SIZE64 / PGDIR_SIZE):1) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h169 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) macro

Completed in 316 milliseconds

12