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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dfault.c342 #define TLB_MASK (NR_TLB_ENTRIES - 1)
343 #define ITLB_END (unsigned long *)(ITLB_BASE + (NR_TLB_ENTRIES * 8))
344 #define DTLB_END (unsigned long *)(DTLB_BASE + (NR_TLB_ENTRIES * 8))
366 for (i = 0; i < NR_TLB_ENTRIES; i++) {
374 for (i = 0; i < NR_TLB_ENTRIES; i++) {
432 for (i = 0 ; i < NR_TLB_ENTRIES ; i++) {
442 if (i >= NR_TLB_ENTRIES) { /* Empty entry not found */
483 if (size > (NR_TLB_ENTRIES / 4)) { /* Too many TLB to flush */
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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Dtlb.c15 #define NR_TLB_ENTRIES 32 macro
59 for (i = 0; i < NR_TLB_ENTRIES; i++)
280 if (*pos >= NR_TLB_ENTRIES)
291 if (*index >= NR_TLB_ENTRIES - 1)
313 BUG_ON(*index >= NR_TLB_ENTRIES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dm32r.h81 #define NR_TLB_ENTRIES CONFIG_TLB_ENTRIES macro

Completed in 29 milliseconds