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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h103 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ2) macro
105 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ0 | _PAGE_EXT_ESZ2) macro
107 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ0 | _PAGE_EXT_ESZ1 | _PAGE_EXT_ESZ2) macro
109 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ3) macro
111 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ2 | _PAGE_EXT_ESZ3) macro
116 # define _PAGE_SZHUGE (_PAGE_SZ1) macro
118 # define _PAGE_SZHUGE (_PAGE_SZ0 | _PAGE_SZ1) macro
124 * Stub out _PAGE_SZHUGE if we don't have a good definition for it,
127 #ifndef _PAGE_SZHUGE
128 # define _PAGE_SZHUGE (_PAGE_FLAGS_HAR macro
[all...]
H A Dpgtable_64.h146 #define _PAGE_SZHUGE (_PAGE_SIZE0) macro
148 #define _PAGE_SZHUGE (_PAGE_SIZE1) macro
150 #define _PAGE_SZHUGE (_PAGE_SIZE0 | _PAGE_SIZE1) macro
154 * Stub out _PAGE_SZHUGE if we don't have a good definition for it,
157 #ifndef _PAGE_SZHUGE
158 # define _PAGE_SZHUGE (0) macro
276 static inline pte_t pte_mkhuge(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SZHUGE)); return pte; }

Completed in 59 milliseconds