INDEX_BASE
unsigned long start = INDEX_BASE; \
unsigned long start = INDEX_BASE + (page & indexmask); \
unsigned long start = INDEX_BASE;
for (addr = INDEX_BASE; addr <= INDEX_BASE + 4096; addr += ic_lsize) {
unsigned long start = INDEX_BASE;
end = INDEX_BASE + dc_size / 4;
for (addr = INDEX_BASE; addr < end; addr += linesz) {