Searched defs:_PAGE_EXEC (Results 1 – 12 of 12) sorted by relevance
21 #define _PAGE_EXEC (1<<21) macro
20 #define _PAGE_EXEC (1 << 3) /* Executable */ macro
29 #define _PAGE_EXEC 0x200 /* software: exec allowed */ macro
49 #define _PAGE_EXEC 0x200 /* hardware: EX permission */ macro
77 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */ macro
24 #define _PAGE_EXEC 0x00010 /* H: SX permission */ macro
43 #define _PAGE_EXEC 0x0040 /* Copied to PP (bit 21) in ITLB */ macro
51 #define _PAGE_EXEC _PAGE_BAP_UX /* .. and was cache cleaned */ macro
133 #define _PAGE_EXEC 0x400 /* software: page is executable */ macro
214 #define _PAGE_EXEC 0 macro
214 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro
18 #define _PAGE_EXEC 0x00001 /* execute permission */ macro