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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_native_64.c53 asm volatile(ASM_MMU_FTR_IFCLR("tlbie %0,0", PPC_TLBIE(%1,%0),
64 asm volatile(ASM_MMU_FTR_IFCLR("tlbie %0,1", PPC_TLBIE(%1,%0),
99 static inline void tlbie(unsigned long va, int psize, int ssize, int local) function
259 tlbie(va, psize, ssize, local);
317 tlbie(va, psize, ssize, 0);
344 tlbie(va, psize, ssize, local);
433 /* we take the tlbie lock and hold it. Some hardware will
434 * deadlock if we try to tlbie from two processors at once.
449 * Call __tlbie() here rather than tlbie() since we
465 * Batched hash table flush, we batch the tlbie'
[all...]
H A Dhash_low_32.S349 tlbie r4
446 * Between the tlbie above and updating the hash table entry below,
454 * PTE in their TLB. So we don't need to bother with another tlbie here,
456 * address. :-) The tlbie above is mainly to make sure that this CPU comes
608 tlbie r4 /* in hw tlb too */
657 tlbie r3
666 tlbie r3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_host.h154 void (*tlbie)(struct kvm_vcpu *vcpu, ulong addr, bool large); member in struct:kvmppc_mmu
H A Dppc_asm.h356 * the 403GCX and 405GP tlbia IS defined and tlbie is not.
366 0: tlbie r4; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dswsusp_32.S263 tlbie r4
H A Dhead_8xx.S312 tlbie r11
314 tlbie r11
765 sync /* wait for tlbia/tlbie to finish */
H A Dhead_32.S919 sync /* wait for tlbia/tlbie to finish */
1127 tlbie r10
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_32_mmu.c385 mmu->tlbie = kvmppc_mmu_book3s_32_tlbie;
H A Dbook3s_64_mmu.c435 dprintk("KVM MMU: tlbie(0x%lx)\n", va);
500 mmu->tlbie = kvmppc_mmu_book3s_64_tlbie;
H A Dbook3s_emulate.c143 vcpu->arch.mmu.tlbie(vcpu, addr, large);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dsleep.S349 tlbie r4

Completed in 165 milliseconds