Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/
A Dpte-book3e.h21 #define _PAGE_BAP_UX 0x000080 macro
51 #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()
/linux/arch/powerpc/mm/nohash/
A Dtlb_low_64e.S225 andi. r10,r11,_PAGE_BAP_UX|_PAGE_BAP_SX
242 li r11,_PAGE_PRESENT|_PAGE_BAP_UX /* Base perm */
617 li r11,_PAGE_PRESENT|_PAGE_BAP_UX /* Base perm */
737 andi. r10,r11,_PAGE_BAP_UX
/linux/arch/powerpc/kernel/
A Dhead_fsl_booke.S576 li r13,_PAGE_PRESENT | _PAGE_BAP_UX

Completed in 6 milliseconds