Searched refs:tlbie (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/mm/book3s32/
H A Dnohash_low.S32 tlbie r3
68 0: tlbie r4
H A Dhash_low.S355 tlbie r4
425 * Between the tlbie above and updating the hash table entry below,
433 * PTE in their TLB. So we don't need to bother with another tlbie here,
435 * address. :-) The tlbie above is mainly to make sure that this CPU comes
581 tlbie r4 /* in hw tlb too */
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_native.c99 asm volatile(ASM_FTR_IFCLR("tlbie %0,0", PPC_TLBIE(%1,%0), %2)
118 asm volatile(ASM_FTR_IFCLR("tlbie %0,1", PPC_TLBIE(%1,%0), %2)
142 * re-order the tlbie
152 /* Need the extra ptesync to ensure we don't reorder tlbie*/
217 static inline void tlbie(unsigned long vpn, int psize, int apsize, function
425 tlbie(vpn, bpsize, apsize, ssize, local);
512 tlbie(vpn, psize, psize, ssize, 0);
547 tlbie(vpn, psize, psize, ssize, 0);
589 tlbie(vpn, bpsize, apsize, ssize, local);
646 * We need to do tlb invalidate for all the address, tlbie
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_pr_papr.c114 vcpu->arch.mmu.tlbie(vcpu, rb, rb & 1 ? true : false);
202 vcpu->arch.mmu.tlbie(vcpu, rb, rb & 1 ? true : false);
247 vcpu->arch.mmu.tlbie(vcpu, rb, rb & 1 ? true : false);
H A Dbook3s_32_mmu.c404 mmu->tlbie = kvmppc_mmu_book3s_32_tlbie;
H A Dbook3s_64_mmu.c536 dprintk("KVM MMU: tlbie(0x%lx)\n", va);
539 * The tlbie instruction changed behaviour starting with
664 mmu->tlbie = kvmppc_mmu_book3s_64_tlbie;
H A Dbook3s_emulate.c351 vcpu->arch.mmu.tlbie(vcpu, addr, large);
/linux-master/arch/powerpc/kernel/
H A Dhead_8xx.S185 tlbie tmp; \
187 tlbie tmp
317 tlbie r12
342 tlbie r4
584 tlbie r0
601 sync /* wait for tlbia/tlbie to finish */
H A Dswsusp_32.S366 tlbie r4
H A Dhead_book3s_32.S890 sync /* wait for tlbia/tlbie to finish */
903 sync /* wait for tlbia/tlbie to finish */
1123 tlbie r10
/linux-master/arch/powerpc/include/asm/
H A Dtrace.h292 TRACE_EVENT(tlbie,
H A Dkvm_host.h402 void (*tlbie)(struct kvm_vcpu *vcpu, ulong addr, bool large); member in struct:kvmppc_mmu
H A Dppc_asm.h480 * the 403GCX and 405GP tlbia IS defined and tlbie is not.
492 0: tlbie r4; \
/linux-master/arch/powerpc/platforms/powermac/
H A Dsleep.S395 tlbie r4
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h480 * the 403GCX and 405GP tlbia IS defined and tlbie is not.
492 0: tlbie r4; \

Completed in 385 milliseconds