Searched defs:_PAGE_EXEC (Results 1 – 8 of 8) sorted by relevance
21 #define _PAGE_EXEC (1<<21) macro
67 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */ macro
43 #define _PAGE_EXEC 0x0040 /* Copied to PP (bit 21) in ITLB */ macro
14 #define _PAGE_EXEC (1 << 3) /* Executable */ macro
40 #define _PAGE_EXEC (_PAGE_BAP_SX | _PAGE_BAP_UX) /* .. and was cache cleaned */ macro
173 #define _PAGE_EXEC 0 macro
132 #define _PAGE_EXEC 0x400 /* software: page is executable */ macro
193 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro