Searched refs:SLB_VSID_N (Results 1 – 4 of 4) sorted by relevance
42 #define SLB_VSID_N 0x0000000000000200ULL /* no-execute */ macro
1105 if (access_type == MMU_INST_FETCH && (slb->vsid & SLB_VSID_N)) { in ppc_hash64_xlate()
46 #define SLB_VSID_N ASM_CONST(0x0000000000000200) /* no-execute */ macro
387 slbe->nx = (rs & SLB_VSID_N) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()