Searched refs:_PAGE_BAP_SX (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/ |
H A D | pte-e500.h | 19 #define _PAGE_BAP_SX 0x000040 macro 50 #define _PAGE_EXEC (_PAGE_BAP_SX | _PAGE_BAP_UX) /* .. and was cache cleaned */ 54 #define _PAGE_KERNEL_RWX (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY | _PAGE_BAP_SX) 55 #define _PAGE_KERNEL_ROX (_PAGE_BAP_SR | _PAGE_BAP_SX) 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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
H A D | pte-book3e.h | 20 #define _PAGE_BAP_SX 0x000040 macro 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)
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 213 li r11,_PAGE_PRESENT|_PAGE_BAP_SX /* Base perm */ 225 andi. r10,r11,_PAGE_EXEC|_PAGE_BAP_SX 624 li r11,_PAGE_PRESENT|_PAGE_BAP_SX /* Base perm */
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 207 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 */
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_fsl_booke.S | 577 li r13,_PAGE_PRESENT | _PAGE_BAP_SX
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_85xx.S | 569 li r13,_PAGE_PRESENT | _PAGE_BAP_SX
|
Completed in 6 milliseconds