Searched refs:SR_NX (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | mmu-hash.h | 63 #define SR_NX 0x10000000 /* No Execute */ macro 183 #define INIT_MM_CONTEXT(mm) .context.sr0 = SR_NX
|
/openbmc/linux/arch/powerpc/mm/book3s32/ |
H A D | mmu_context.c | 75 mm->context.sr0 |= SR_NX; in init_new_context()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | processor.h | 281 #define SR0_INIT .sr0 = IS_ENABLED(CONFIG_PPC_KUEP) ? SR_NX : 0,
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | entry_32.S | 86 rlwinm r9,r9,0,~SR_NX
|
H A D | head_book3s_32.S | 929 lis r3, SR_NX@h /* Kp = 0, Ks = 0, VSID = 0 */ 940 rlwinm r3, r3, 0, ~SR_NX /* Nx = 0 */
|