Searched refs:PAGE_EXEC (Results 1 – 2 of 2) sorted by relevance
140 #define PAGE_EXEC (_PAGE_FLAGS_READ | _PAGE_EXECUTE | _PAGE_USER) macro166 #define __P100 _PAGE_P(PAGE_EXEC)167 #define __P101 _PAGE_P(PAGE_EXEC | PAGE_READ)168 #define __P110 _PAGE_P(PAGE_EXEC | PAGE_WRITE)169 #define __P111 _PAGE_P(PAGE_EXEC | PAGE_WRITE | PAGE_READ)175 #define __S100 _PAGE_S(PAGE_EXEC)176 #define __S101 _PAGE_S(PAGE_EXEC | PAGE_READ)177 #define __S110 _PAGE_S(PAGE_EXEC | PAGE_WRITE)178 #define __S111 _PAGE_S(PAGE_EXEC | PAGE_WRITE | PAGE_READ)
126 #define PAGE_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro128 #define PAGE_COPY_EXEC PAGE_EXEC