Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arc/include/asm/
Dpgtable.h191 #define BITS_FOR_PGD (32 - BITS_FOR_PTE - BITS_IN_PAGE) macro
199 #define PTRS_PER_PGD (1 << BITS_FOR_PGD)
202 #define PTRS_PER_PGD (1UL << BITS_FOR_PGD)