PAGE_EXEC
#define PAGE_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
#define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC)