Home
last modified time | relevance | path

Searched refs:indexmask (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/
Dr4kcache.h379 unsigned long indexmask = current_cpu_data.desc.waysize - 1; \
380 unsigned long start = INDEX_BASE + (page & indexmask); \
/linux-2.6.39/arch/mips/mm/
Dc-r4k.c207 unsigned long indexmask = current_cpu_data.icache.waysize - 1; in tx49_blast_icache32_page_indexed() local
208 unsigned long start = INDEX_BASE + (page & indexmask); in tx49_blast_icache32_page_indexed()