Home
last modified time | relevance | path

Searched refs:MAX_PTRS_PER_PGD (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable.h52 #ifndef MAX_PTRS_PER_PGD
53 #define MAX_PTRS_PER_PGD PTRS_PER_PGD macro
/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h27 (MAX_PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); in pgd_alloc()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h203 #define MAX_PTRS_PER_PGD (1 << (H_PGD_INDEX_SIZE > RADIX_PGD_INDEX_SIZE ? \ macro