Searched refs:_PAGE_BAP_UX (Results 1 – 3 of 3) sorted by relevance
21 #define _PAGE_BAP_UX 0x000080 macro51 #define _PAGE_EXEC (_PAGE_BAP_SX | _PAGE_BAP_UX) /* .. and was cache cleaned */96 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_BAP_UX)98 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_BAP_UX)100 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_BAP_UX)120 return __pte((pte_val(pte) & ~_PAGE_BAP_SX) | _PAGE_BAP_UX); in pte_mkexec()122 return __pte((pte_val(pte) & ~_PAGE_BAP_UX) | _PAGE_BAP_SX); in pte_mkexec()
220 andi. r10,r11,_PAGE_BAP_UX|_PAGE_BAP_SX237 li r11,_PAGE_PRESENT|_PAGE_BAP_UX /* Base perm */615 li r11,_PAGE_PRESENT|_PAGE_BAP_UX /* Base perm */728 andi. r10,r11,_PAGE_BAP_UX
588 li r13,_PAGE_PRESENT | _PAGE_BAP_UX