/* * Called at the end of a mmu_gather operation to make sure the * TLB flush is completely done.
*/ staticinlinevoid tlb_flush(struct mmu_gather *tlb)
{ /* 603 needs to flush the whole TLB here since it doesn't use a hash table. */ if (!mmu_has_feature(MMU_FTR_HPTE_TABLE))
_tlbia();
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.