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

/linux-4.1.27/arch/avr32/mm/
H A Dtlb.c15 #define NR_TLB_ENTRIES 32 macro
59 for (i = 0; i < NR_TLB_ENTRIES; i++) dump_dtlb()
280 if (*pos >= NR_TLB_ENTRIES) tlb_start()
291 if (*index >= NR_TLB_ENTRIES - 1) tlb_next()
313 BUG_ON(*index >= NR_TLB_ENTRIES); tlb_show()
/linux-4.1.27/arch/m32r/mm/
H A Dfault.c345 #define TLB_MASK (NR_TLB_ENTRIES - 1)
346 #define ITLB_END (unsigned long *)(ITLB_BASE + (NR_TLB_ENTRIES * 8))
347 #define DTLB_END (unsigned long *)(DTLB_BASE + (NR_TLB_ENTRIES * 8)) update_mmu_cache()
369 for (i = 0; i < NR_TLB_ENTRIES; i++) { update_mmu_cache()
377 for (i = 0; i < NR_TLB_ENTRIES; i++) { update_mmu_cache()
435 for (i = 0 ; i < NR_TLB_ENTRIES ; i++) { update_mmu_cache()
445 if (i >= NR_TLB_ENTRIES) { /* Empty entry not found */ update_mmu_cache()
486 if (size > (NR_TLB_ENTRIES / 4)) { /* Too many TLB to flush */ local_flush_tlb_range()
H A 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-4.1.27/arch/m32r/include/asm/
H A Dm32r.h81 #define NR_TLB_ENTRIES CONFIG_TLB_ENTRIES macro

Completed in 173 milliseconds