Home
last modified time | relevance | path

Searched refs:MAS0_TLBSEL (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dmmu-e500.h46 #define MAS0_TLBSEL(x) (((x) << MAS0_TLBSEL_SHIFT) & MAS0_TLBSEL_MASK) macro
95 #define MAS4_TLBSELD(x) MAS0_TLBSEL(x)
/linux-6.3-rc2/arch/powerpc/mm/nohash/
A De500_hugetlbpage.c152 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
A De500.c109 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); in settlbcam()
A Dtlb_low.S463 oris r6,r6,MAS0_TLBSEL(1)@h
A Dtlb_low_64e.S332 oris r10,r10,MAS0_TLBSEL(1)@h
/linux-6.3-rc2/arch/powerpc/kvm/
A De500_mmu_host.c134 MAS0_TLBSEL(1) | in write_host_tlbe()
179 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index), 0); in kvmppc_map_magic()
207 MAS0_TLBSEL(1) | in inval_gtlbe_on_host()
A De500_mmu.c138 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) | MAS0_ESEL(victim) in kvmppc_e500_deliver_tlb_miss()
360 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) in kvmppc_e500_emul_tlbsx()
372 vcpu->arch.shared->mas0 = MAS0_TLBSEL(tlbsel) in kvmppc_e500_emul_tlbsx()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dexceptions-64e.S1086 lis r3,MAS0_TLBSEL(0)@h
1091 lis r3,MAS0_TLBSEL(1)@h
1096 lis r3,MAS0_TLBSEL(2)@h
1099 lis r3,MAS0_TLBSEL(3)@h
A D85xx_entry_mapping.S192 oris r0, r0, (MAS0_TLBSEL(1))@h
A Dmisc_64.S308 lis r9,MAS0_TLBSEL(1)@h
A Dhead_85xx.S733 lis r14, MAS0_TLBSEL(1)@h /* select TLB1 (TLBCAM) */
/linux-6.3-rc2/arch/powerpc/xmon/
A Dxmon.c3904 u32 mas0 = MAS0_TLBSEL(tlb); in dump_tlb_book3e()

Completed in 21 milliseconds