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

/linux-4.1.27/arch/m32r/mm/
H A Dfault.c353 unsigned int *entry_dat; update_mmu_cache() local
428 entry_dat = &tlb_entry_d; update_mmu_cache()
431 entry_dat = &tlb_entry_i; update_mmu_cache()
433 entry1 = entry2 + (((*entry_dat - 1) & TLB_MASK) << 1); update_mmu_cache()
446 entry1 = entry2 + (*entry_dat << 1); update_mmu_cache()
447 *entry_dat = (*entry_dat + 1) & TLB_MASK; update_mmu_cache()

Completed in 85 milliseconds