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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgtable.h76 #define _PAGE_BIT_SZ0 2 /* SZ0-bit : Size of page */ macro
106 #define _PAGE_TYPE_MASK ((1 << _PAGE_BIT_SZ0) | (1 << _PAGE_BIT_SZ1))
107 #define _PAGE_TYPE_NONE (0 << _PAGE_BIT_SZ0)
108 #define _PAGE_TYPE_SMALL (1 << _PAGE_BIT_SZ0)
109 #define _PAGE_TYPE_MEDIUM (2 << _PAGE_BIT_SZ0)
110 #define _PAGE_TYPE_LARGE (3 << _PAGE_BIT_SZ0)

Completed in 61 milliseconds