Lines Matching refs:_PAGE_SZHUGE
138 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ2) macro
140 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ0 | _PAGE_EXT_ESZ2) macro
142 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ0 | _PAGE_EXT_ESZ1 | _PAGE_EXT_ESZ2) macro
144 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ3) macro
146 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ2 | _PAGE_EXT_ESZ3) macro
151 # define _PAGE_SZHUGE (_PAGE_SZ1) macro
153 # define _PAGE_SZHUGE (_PAGE_SZ0 | _PAGE_SZ1) macro
162 #ifndef _PAGE_SZHUGE
163 # define _PAGE_SZHUGE (_PAGE_FLAGS_HARD) macro
362 PTE_BIT_FUNC(high, mkhuge, |= _PAGE_SZHUGE);
366 PTE_BIT_FUNC(low, mkhuge, |= _PAGE_SZHUGE);