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

/linux-4.1.27/arch/m32r/mm/
H A Dfault.c345 #define TLB_MASK (NR_TLB_ENTRIES - 1) macro
433 entry1 = entry2 + (((*entry_dat - 1) & TLB_MASK) << 1); update_mmu_cache()
442 entry1 += TLB_MASK << 1; update_mmu_cache()
447 *entry_dat = (*entry_dat + 1) & TLB_MASK; update_mmu_cache()

Completed in 94 milliseconds