Searched refs:BLOCK_ENABLE_PG (Results 1 – 4 of 4) sorted by relevance
127 BLOCK_ENABLE_PG EQU 010000000h
350 and eax, BLOCK_ENABLE_PG
120 .equ BLOCK_ENABLE_PG, (0x10000000) define438 addl $(BLOCK_ENABLE_PG), %eax
194 #define BLOCK_ENABLE_PG (1 << 28) macro