Home
last modified time | relevance | path

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

/include/asm-generic/
Dpgtable-nopmd.h22 #define PMD_SIZE (1UL << PMD_SHIFT) macro
23 #define PMD_MASK (~(PMD_SIZE-1))
Dtlb.h574 else if (_sz >= PMD_SIZE) \
Dvmlinux.lds.h597 . = ALIGN(PMD_SIZE); \
600 . = ALIGN(PMD_SIZE); \
/include/linux/
Dmmu_notifier.h625 PMD_SIZE); \
647 ___address + PMD_SIZE); \
Dhugetlb.h723 if (huge_page_size(h) == PMD_SIZE) in huge_pte_lockptr()
Dpgtable.h708 ({ unsigned long __boundary = ((addr) + PMD_SIZE) & PMD_MASK; \