Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/nohash/
Dpte-e500.h20 #define _PAGE_BAP_SX 0x000040 macro
51 #define _PAGE_EXEC (_PAGE_BAP_SX | _PAGE_BAP_UX) /* .. and was cache cleaned */
55 #define _PAGE_KERNEL_RWX (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY | _PAGE_BAP_SX)
56 #define _PAGE_KERNEL_ROX (_PAGE_BAP_SR | _PAGE_BAP_SX)
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-v6.1/arch/powerpc/mm/nohash/
Dtlb_low_64e.S207 li r11,_PAGE_PRESENT|_PAGE_BAP_SX /* Base perm */
220 andi. r10,r11,_PAGE_BAP_UX|_PAGE_BAP_SX
622 li r11,_PAGE_PRESENT|_PAGE_BAP_SX /* Base perm */
/Linux-v6.1/arch/powerpc/kernel/
Dhead_85xx.S568 li r13,_PAGE_PRESENT | _PAGE_BAP_SX