Home
last modified time | relevance | path

Searched refs:NR_TLB_ENTRIES (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/m32r/mm/
Dfault.c341 #define TLB_MASK (NR_TLB_ENTRIES - 1)
342 #define ITLB_END (unsigned long *)(ITLB_BASE + (NR_TLB_ENTRIES * 8))
343 #define DTLB_END (unsigned long *)(DTLB_BASE + (NR_TLB_ENTRIES * 8))
365 for (i = 0; i < NR_TLB_ENTRIES; i++) { in update_mmu_cache()
373 for (i = 0; i < NR_TLB_ENTRIES; i++) { in update_mmu_cache()
431 for (i = 0 ; i < NR_TLB_ENTRIES ; i++) { in update_mmu_cache()
441 if (i >= NR_TLB_ENTRIES) { /* Empty entry not found */ in update_mmu_cache()
482 if (size > (NR_TLB_ENTRIES / 4)) { /* Too many TLB to flush */ in local_flush_tlb_range()
Dmmu.S121 and3 r3, r3, #(NR_TLB_ENTRIES - 1)
238 and3 r4, r4, #(NR_TLB_ENTRIES-1)
252 and3 r4, r4, #(NR_TLB_ENTRIES-1)
336 ldi r3, #NR_TLB_ENTRIES
/linux-3.4.99/arch/avr32/mm/
Dtlb.c15 #define NR_TLB_ENTRIES 32 macro
59 for (i = 0; i < NR_TLB_ENTRIES; i++) in dump_dtlb()
280 if (*pos >= NR_TLB_ENTRIES) in tlb_start()
291 if (*index >= NR_TLB_ENTRIES - 1) in tlb_next()
313 BUG_ON(*index >= NR_TLB_ENTRIES); in tlb_show()
/linux-3.4.99/arch/m32r/include/asm/
Dm32r.h81 #define NR_TLB_ENTRIES CONFIG_TLB_ENTRIES macro