Searched refs:PMD_SIZE (Results 1 – 6 of 6) sorted by relevance
22 #define PMD_SIZE (1UL << PMD_SHIFT) macro23 #define PMD_MASK (~(PMD_SIZE-1))
574 else if (_sz >= PMD_SIZE) \
597 . = ALIGN(PMD_SIZE); \600 . = ALIGN(PMD_SIZE); \
625 PMD_SIZE); \647 ___address + PMD_SIZE); \
723 if (huge_page_size(h) == PMD_SIZE) in huge_pte_lockptr()
708 ({ unsigned long __boundary = ((addr) + PMD_SIZE) & PMD_MASK; \