Searched defs:_PAGE_EXEC (Results 1 – 10 of 10) sorted by relevance
26 #define _PAGE_EXEC 0x00010 /* H: SX permission */ macro
81 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */ macro
20 #define _PAGE_EXEC 0x0004 /* No execute on POWER4 and newer (we invert) */ macro
50 #define _PAGE_EXEC 0x200 /* hardware: EX permission */ macro
50 #define _PAGE_EXEC _PAGE_BAP_UX /* .. and was cache cleaned */ macro
17 #define _PAGE_EXEC 0 macro
100 #define _PAGE_EXEC (1UL << _PAGE_BIT_EXEC) macro
138 #define _PAGE_EXEC 0x400 /* software: page is executable */ macro
235 #define _PAGE_EXEC 0 macro
180 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro