Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h76 #define _PAGE_BIT_SZ0 2 /* SZ0-bit : Size of page */ macro
112 #define _PAGE_TYPE_MASK ((1 << _PAGE_BIT_SZ0) | (1 << _PAGE_BIT_SZ1))
113 #define _PAGE_TYPE_NONE (0 << _PAGE_BIT_SZ0)
114 #define _PAGE_TYPE_SMALL (1 << _PAGE_BIT_SZ0)
115 #define _PAGE_TYPE_MEDIUM (2 << _PAGE_BIT_SZ0)
116 #define _PAGE_TYPE_LARGE (3 << _PAGE_BIT_SZ0)