Home
last modified time | relevance | path

Searched refs:SR_NX (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dmmu-hash.h63 #define SR_NX 0x10000000 /* No Execute */ macro
183 #define INIT_MM_CONTEXT(mm) .context.sr0 = SR_NX
/linux-6.3-rc2/arch/powerpc/mm/book3s32/
A Dmmu_context.c75 mm->context.sr0 |= SR_NX; in init_new_context()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h285 #define SR0_INIT .sr0 = IS_ENABLED(CONFIG_PPC_KUEP) ? SR_NX : 0,
/linux-6.3-rc2/arch/powerpc/kernel/
A Dentry_32.S87 rlwinm r9,r9,0,~SR_NX
A Dhead_book3s_32.S930 lis r3, SR_NX@h /* Kp = 0, Ks = 0, VSID = 0 */
941 rlwinm r3, r3, 0, ~SR_NX /* Nx = 0 */

Completed in 8 milliseconds