Searched refs:_PAGE_EXEC (Results 1 – 5 of 5) sorted by relevance
304 #define _PAGE_EXEC 0x0008 /* software: i-cache coherency required */ macro342 #define _PAGE_EXEC 0x200 /* software: i-cache coherency required */ macro368 #ifndef _PAGE_EXEC369 #define _PAGE_EXEC 0 macro397 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)399 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)401 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)471 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec()483 pte_val(pte) &= ~_PAGE_EXEC; return pte; } in pte_exprotect()492 pte_val(pte) |= _PAGE_USER | _PAGE_EXEC; return pte; } in pte_mkexec()
102 #define _PAGE_EXEC 0x800UL /* software: i-cache coherence required */ macro120 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_USER | _PAGE_EXEC)122 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)124 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC;} in pte_exec()257 pte_val(pte) &= ~_PAGE_EXEC; return pte; } in pte_exprotect()268 pte_val(pte) |= _PAGE_USER | _PAGE_EXEC; return pte; } in pte_mkexec()
128 #define _PAGE_EXEC 0x0000000000001000 /* Executable SW bit */ macro157 __ACCESS_BITS | _PAGE_WRITE | _PAGE_EXEC)160 __ACCESS_BITS | _PAGE_EXEC)163 __ACCESS_BITS | _PAGE_EXEC)167 __ACCESS_BITS | __DIRTY_BITS | _PAGE_EXEC)
143 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro156 #define _PAGE_KERNEL (_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY | _PAGE_A…167 #define PAGE_EXECREAD __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_EXEC |_PAGE_ACCESS…169 #define PAGE_RWX __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_EXEC…171 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_DIRTY | _PAGE_ACCES…
44 sethi %hi(_PAGE_EXEC), %g4 ! Delay-slot