Searched defs:PAGE_EXEC (Results 1 – 2 of 2) sorted by relevance
114 #define PAGE_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro
176 #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC) macro