Home
last modified time | relevance | path

Searched refs:SLB_VSID_B_1T (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h36 #define SLB_VSID_B_1T 0x4000000000000000ULL macro
38 #define SLB_VSID_VRMA (0x0001FFFFFF000000ULL | SLB_VSID_B_1T)
72 #define HPTE64_V_SSIZE_1T SLB_VSID_B_1T
H A Dmmu-hash64.c77 ((slb->vsid & SLB_VSID_B) == SLB_VSID_B_1T))) { in slb_lookup()
254 if (vsid & (SLB_VSID_B & ~SLB_VSID_B_1T)) { in ppc_store_slb()
/openbmc/linux/drivers/misc/cxl/
H A Dfault.c40 if (slb->vsid & SLB_VSID_B_1T) in find_free_sste()
285 if (vsid & SLB_VSID_B_1T) in next_segment()
/openbmc/linux/arch/powerpc/mm/
H A Dcopro_fault.c130 ((ssize == MMU_SEGSIZE_1T) ? SLB_VSID_B_1T : 0); in copro_calculate_slb()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c234 v_val |= SLB_VSID_B_1T; in kvmppc_mmu_book3s_64_xlate()
381 slbe->tb = (rs & SLB_VSID_B_1T) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
H A Dbook3s_64_mmu_hv.c321 if (vcpu->arch.slb[i].origv & SLB_VSID_B_1T) in kvmppc_mmu_book3s_hv_find_slbe()
1912 kvm->arch.vrma_slb_v = senc | SLB_VSID_B_1T | in kvm_htab_write()
H A Dbook3s_hv_rm_mmu.c1118 if (slb_v & SLB_VSID_B_1T) { in kvmppc_hv_find_lock_hpte()
H A Dbook3s_hv.c5238 kvm->arch.vrma_slb_v = senc | SLB_VSID_B_1T | in kvmppc_hv_setup_htab_rma()
5456 kvm->arch.vrma_slb_v = SLB_VSID_B_1T | in kvmppc_core_init_vm_hv()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h43 #define SLB_VSID_B_1T ASM_CONST(0x4000000000000000) macro
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dslb.c248 if (v & SLB_VSID_B_1T) { in slb_dump_contents()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3775 if (vsid & SLB_VSID_B_1T) { in dump_segments()