Searched defs:_PAGE_EXEC (Results 1 – 12 of 12) sorted by relevance
21 #define _PAGE_EXEC (1<<21) macro
24 #define _PAGE_EXEC 0x00010 /* H: SX permission */ macro
77 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */ macro
50 #define _PAGE_EXEC 0x200 /* hardware: EX permission */ macro
43 #define _PAGE_EXEC 0x0040 /* Copied to L1 APG */ macro
51 #define _PAGE_EXEC _PAGE_BAP_UX /* .. and was cache cleaned */ macro
18 #define _PAGE_EXEC 0 macro
98 #define _PAGE_EXEC (1UL << _PAGE_BIT_EXEC) macro
138 #define _PAGE_EXEC 0x400 /* software: page is executable */ macro
232 #define _PAGE_EXEC 0 macro
194 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro
20 #define _PAGE_EXEC 0x00001 /* execute permission */ macro