Home
last modified time | relevance | path

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

/include/linux/
Dhuge_mm.h87 #define HPAGE_PUD_SIZE ((1UL) << HPAGE_PUD_SHIFT) macro
88 #define HPAGE_PUD_MASK (~(HPAGE_PUD_SIZE - 1))
305 #define HPAGE_PUD_SIZE ({ BUILD_BUG(); 0; }) macro
Dmmu_notifier.h513 ___haddr + HPAGE_PUD_SIZE); \
/include/asm-generic/
Dtlb.h589 tlb_flush_pud_range(tlb, address, HPAGE_PUD_SIZE); \