Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/nohash/
Dpte-e500.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-6.1.9/arch/powerpc/mm/nohash/
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
/linux-6.1.9/arch/powerpc/kernel/
Dhead_85xx.S588 li r13,_PAGE_PRESENT | _PAGE_BAP_UX