Lines Matching +full:d +full:- +full:tlb +full:- +full:sets
2 * OpenRISC tlb.c
10 * Copyright (C) 2010-2011 Julius Baxter <julius.baxter@orsoc.se>
11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
35 #define NO_CONTEXT -1
41 #define DTLB_OFFSET(addr) (((addr) >> PAGE_SHIFT) & (NUM_DTLB_SETS-1))
42 #define ITLB_OFFSET(addr) (((addr) >> PAGE_SHIFT) & (NUM_ITLB_SETS-1))
44 * Invalidate all TLB entries.
57 /* Determine number of sets for IMMU. */ in local_flush_tlb_all()
58 /* FIXME: Assumption is I & D nsets equal. */ in local_flush_tlb_all()
74 * the data or instruction TLB that should be flushed... that would take more
78 * MMU's with a single way and is hard-coded that way.
152 current_pgd[smp_processor_id()] = next->pgd; in switch_mm()
170 mm->context = NO_CONTEXT; in init_new_context()
190 /* invalidate the entire TLB */ in tlb_init()