Subject: Re: cache - indexing with virtual and physical address
To: None <port-mips@netbsd.org>
From: Toru Nishimura <locore32@gaea.ocn.ne.jp>
List: port-mips
Date: 03/13/2002 14:31:55
"Virtually indexed, physically tagged" cache is one of best suited
machinary for UNIX type compuer system. 
If you have a chance to buy and read one particular book, you will
get a complete picture all about the cache issues.  Story is long but
very satisfying.

UNIX Systems for Modern Architectures; Symmetric Multiprocessing
and Caching for Kernel Programmers
Curt Schimmel ISBN 0-201-63338-8

You will never regret to get it as long as you're concerned with kernel
programming.

Toru Nishimura

> From: Raj Raman <the_raj_raman@hotmail.com>
> List: port-mips
> Date: 03/11/2002 19:15:20 
> Hi All,
>
> I belive the implementation of cache in R4000 that uses virtual address for 
> indexing and physical address for tagging.
> What are the advantages of indexing with virtual address _vs_ physical 
> address ?
>
> Would appreciate some clarity.
>
> Thanks,
--