Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/include/asm/
Dpage.h51 # define HUGEPT_ALIGN (1 << HUGEPT_SHIFT) macro
52 # define HUGEPT_MASK (HUGEPT_ALIGN - 1)
53 # define ALIGN_HUGEPT(x) ALIGN(x, HUGEPT_ALIGN)