Home
last modified time | relevance | path

Searched refs:_tlbie (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/ppc/mm/
Dmmu_decl.h47 #define flush_HPTE(X, va, pg) _tlbie(va)
51 #define flush_HPTE(X, va, pg) _tlbie(va)
68 _tlbie(va); in flush_HPTE()
Dtlb.c101 _tlbie(vmaddr); in local_flush_tlb_page()
/linux-2.4.37.9/include/asm-ppc/
Dpgtable.h14 extern void _tlbie(unsigned long address);
34 { _tlbie(vmaddr); } in local_flush_tlb_page()
49 { _tlbie(vmaddr); } in local_flush_tlb_page()
Dmmu.h130 extern void _tlbie(unsigned long va); /* invalidate a TLB entry */
/linux-2.4.37.9/include/asm-ppc64/
Dmmu.h226 static inline void _tlbie(unsigned long va, int large) in _tlbie() function
/linux-2.4.37.9/arch/ppc64/kernel/
Dhtab.c804 _tlbie(va, large); in hpte_invalidate()
887 _tlbie(va, large); in hpte_updatepp()
989 _tlbie(va, 0); in hpte_updateboltedpp()
1340 _tlbie(va, large); in hpte_remove()
/linux-2.4.37.9/arch/ppc/kernel/
Dmisc.S411 _GLOBAL(_tlbie)