Home
last modified time | relevance | path

Searched refs:SLB_VSID_N (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h42 #define SLB_VSID_N 0x0000000000000200ULL /* no-execute */ macro
H A Dmmu-hash64.c1103 if (access_type == MMU_INST_FETCH && (slb->vsid & SLB_VSID_N)) { in ppc_hash64_xlate()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h46 #define SLB_VSID_N ASM_CONST(0x0000000000000200) /* no-execute */ macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c387 slbe->nx = (rs & SLB_VSID_N) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()