Searched refs:P4D_SIZE (Results 1 – 4 of 4) sorted by relevance
14 #define P4D_SIZE (1UL << P4D_SHIFT) macro15 #define P4D_MASK (~(P4D_SIZE-1))
9 #define P4D_SIZE PGDIR_SIZE macro
554 if (_sz >= P4D_SIZE) \
536 ({ unsigned long __boundary = ((addr) + P4D_SIZE) & P4D_MASK; \