Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/nohash/
Dpte-e500.h20 #define _PAGE_BAP_UX 0x000080 macro
40 #define _PAGE_EXEC (_PAGE_BAP_SX | _PAGE_BAP_UX) /* .. and was cache cleaned */
50 #define _PAGE_NAX _PAGE_BAP_UX
52 #define _PAGE_ROX (_PAGE_READ | _PAGE_BAP_UX)
54 #define _PAGE_RWX (_PAGE_READ | _PAGE_WRITE | _PAGE_BAP_UX)
92 return __pte((pte_val(pte) & ~_PAGE_BAP_SX) | _PAGE_BAP_UX); in pte_mkexec()
/linux-6.12.1/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 */
/linux-6.12.1/arch/powerpc/kernel/
Dhead_85xx.S577 li r13,_PAGE_PRESENT | _PAGE_BAP_UX