Searched defs:_PAGE_EXEC (Results 1 – 12 of 12) sorted by relevance
21 #define _PAGE_EXEC (1<<21) macro
76 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */ macro
23 #define _PAGE_EXEC 0x00010 /* H: SX permission */ macro
20 #define _PAGE_EXEC 0x0004 /* No execute on POWER4 and newer (we invert) */ macro
49 #define _PAGE_EXEC 0x200 /* hardware: EX permission */ macro
42 #define _PAGE_EXEC 0x0040 /* Copied to L1 APG */ macro
50 #define _PAGE_EXEC _PAGE_BAP_UX /* .. and was cache cleaned */ macro
17 #define _PAGE_EXEC 0 macro
97 #define _PAGE_EXEC (1UL << _PAGE_BIT_EXEC) macro
137 #define _PAGE_EXEC 0x400 /* software: page is executable */ macro
232 #define _PAGE_EXEC 0 macro
193 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro