Searched refs:PAGE_EXEC (Results 1 – 2 of 2) sorted by relevance
144 #define PAGE_EXEC (_PAGE_FLAGS_READ | _PAGE_EXECUTE | _PAGE_USER) macro170 #define __P100 _PAGE_P(PAGE_EXEC)171 #define __P101 _PAGE_P(PAGE_EXEC | PAGE_READ)172 #define __P110 _PAGE_P(PAGE_EXEC | PAGE_WRITE)173 #define __P111 _PAGE_P(PAGE_EXEC | PAGE_WRITE | PAGE_READ)179 #define __S100 _PAGE_S(PAGE_EXEC)180 #define __S101 _PAGE_S(PAGE_EXEC | PAGE_READ)181 #define __S110 _PAGE_S(PAGE_EXEC | PAGE_WRITE)182 #define __S111 _PAGE_S(PAGE_EXEC | PAGE_WRITE | PAGE_READ)
133 #define PAGE_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro135 #define PAGE_COPY_EXEC PAGE_EXEC