linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* ptes flags in compressed cache
@ 2000-10-26 15:52 Rodrigo S. de Castro
  2000-10-26 15:58 ` Stephen C. Tweedie
  0 siblings, 1 reply; 10+ messages in thread
From: Rodrigo S. de Castro @ 2000-10-26 15:52 UTC (permalink / raw)
  To: linux-mm

Hello,

	I am working on a compressed cache for 2.2.16 and I am
currently in a cache with no compression implementation. Well, at this
step, I gotta a doubt of how can I mark the pages (actually, ptes)
that are in my cache and neither present in memory nor in swap. This
is essential when I have a page fault, and this page is not present in
memory. It is (in a normal kernel) assumed to be in swap, but it can,
now, be in my cache. In order to mark the pte, I first thought of a
flag (in the style of _PAGE_*), and I defined _PAGE_COMPRESSED with
0x200, because all before were used. However, I got into a big
trouble. An address like 0xe00 is a valid swap address, and returns
true when I and it with 0x200. Thus, my question is: is there an
offset in swap address that allows me to use this part of address to
put a flag of mine in that free space? And, even more importante, do
you have any other idea to solve that? Maybe a better solution, that
does not depend on swap implementation and any future change would not
screw my current solution up. I don't have any idea of what might have
been changed on 2.4, so that's the main reason of asking you and be
trying to avoid possible troubles! :-)

PS: There's a simple page of my project. Give a look at:
    http://tutu.ime.usp.br

[]'s
-- 
Rodrigo S. de Castro   <rcastro@linux.ime.usp.br>
Computer Science undergraduate student - University of Sao Paulo

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2000-10-30 12:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-26 15:52 ptes flags in compressed cache Rodrigo S. de Castro
2000-10-26 15:58 ` Stephen C. Tweedie
2000-10-27  2:12   ` page fault M.Jagadish Kumar
2000-10-26 19:45     ` afei
2000-10-26 19:53       ` Rik van Riel
2000-10-27  2:14         ` afei
2000-10-27 11:17           ` Stephen C. Tweedie
     [not found]           ` <8tboe4$3bfb7$1@fido.engr.sgi.com>
2000-10-27 17:38             ` Rajagopal Ananthanarayanan
2000-10-30 12:19     ` volodya
2000-10-27  7:59   ` ptes flags in compressed cache Christoph Rohland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox