Lines Matching refs:entry2
351 volatile unsigned long *entry1, *entry2; in update_mmu_cache() local
376 entry2 = (unsigned long *)DTLB_BASE; in update_mmu_cache()
378 if (*entry2++ == vaddr) { in update_mmu_cache()
379 set_tlb_data(entry2, pte_data); in update_mmu_cache()
382 entry2++; in update_mmu_cache()
404 : "=&r" (entry1), "=&r" (entry2) in update_mmu_cache()
411 if ((!inst && entry2 >= DTLB_END) || (inst && entry1 >= ITLB_END)) in update_mmu_cache()
427 entry2 = (unsigned long *)DTLB_BASE; in update_mmu_cache()
430 entry2 = (unsigned long *)ITLB_BASE; in update_mmu_cache()
433 entry1 = entry2 + (((*entry_dat - 1) & TLB_MASK) << 1); in update_mmu_cache()
439 if (entry1 != entry2) in update_mmu_cache()
446 entry1 = entry2 + (*entry_dat << 1); in update_mmu_cache()