Lines Matching refs:_PAGE_SZHUGE
137 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ2) macro
139 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ0 | _PAGE_EXT_ESZ2) macro
141 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ0 | _PAGE_EXT_ESZ1 | _PAGE_EXT_ESZ2) macro
143 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ3) macro
145 # define _PAGE_SZHUGE (_PAGE_EXT_ESZ2 | _PAGE_EXT_ESZ3) macro
150 # define _PAGE_SZHUGE (_PAGE_SZ1) macro
152 # define _PAGE_SZHUGE (_PAGE_SZ0 | _PAGE_SZ1) macro
161 #ifndef _PAGE_SZHUGE
162 # define _PAGE_SZHUGE (_PAGE_FLAGS_HARD) macro
362 PTE_BIT_FUNC(high, mkhuge, |= _PAGE_SZHUGE);
366 PTE_BIT_FUNC(low, mkhuge, |= _PAGE_SZHUGE);