Home
last modified time | relevance | path

Searched refs:_PAGE_BAP_UX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h20 #define _PAGE_BAP_UX 0x000080 macro
50 #define _PAGE_EXEC (_PAGE_BAP_SX | _PAGE_BAP_UX) /* .. and was cache cleaned */
95 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_BAP_UX)
97 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_BAP_UX)
99 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_BAP_UX)
119 return __pte((pte_val(pte) & ~_PAGE_BAP_SX) | _PAGE_BAP_UX); in pte_mkexec()
121 return __pte((pte_val(pte) & ~_PAGE_BAP_UX) | _PAGE_BAP_SX); in pte_mkexec()
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S220 andi. r10,r11,_PAGE_BAP_UX|_PAGE_BAP_SX
237 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
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_85xx.S589 li r13,_PAGE_PRESENT | _PAGE_BAP_UX