aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/mm/tlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin1-1/+2
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin1-6/+26
2019-03-07nios2: User address TLB flush break after finding the matching entryNicholas Piggin1-0/+5
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin1-6/+5
2019-03-07nios2: improve readability of tlb functionsNicholas Piggin1-27/+33
2019-03-07nios2: flush_tlb_mm flush only the pidNicholas Piggin1-12/+14
2019-03-07nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin1-2/+2
2019-03-07nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin1-12/+7
2019-03-07nios2: Use an invalid TLB entry address helper functionNicholas Piggin1-35/+33
2019-03-07nios2: flush_tlb_page use PID based flushNicholas Piggin1-9/+9
2014-12-08nios2: TLB handlingLey Foon Tan1-0/+275