SR_NX
#define INIT_MM_CONTEXT(mm) .context.sr0 = SR_NX
#define SR0_INIT .sr0 = IS_ENABLED(CONFIG_PPC_KUEP) ? SR_NX : 0,
mm->context.sr0 |= SR_NX;