Searched defs:_PAGE_EXEC (Results 1 – 12 of 12) sorted by relevance
21 #define _PAGE_EXEC (1<<21) macro
14 #define _PAGE_EXEC (1 << 3) /* Executable */ macro
67 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */ macro
49 #define _PAGE_EXEC 0x200 /* hardware: EX permission */ macro
24 #define _PAGE_EXEC 0x00010 /* H: SX permission */ macro
43 #define _PAGE_EXEC 0x0040 /* Copied to PP (bit 21) in ITLB */ macro
50 #define _PAGE_EXEC (_PAGE_BAP_SX | _PAGE_BAP_UX) /* .. and was cache cleaned */ macro
132 #define _PAGE_EXEC 0x400 /* software: page is executable */ macro
174 #define _PAGE_EXEC 0 macro
30 #define _PAGE_EXEC 0x200 /* software: exec allowed */ macro
202 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro
17 #define _PAGE_EXEC 0x00001 /* execute permission */ macro
Completed in 17 milliseconds