linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Mathias Noack <mn3@os.inf.tu-dresden.de>
To: Linux-MM@kvack.org
Subject: page table entry
Date: Wed, 9 Apr 2003 16:11:08 +0200 (DFT)	[thread overview]
Message-ID: <Pine.A41.4.10.10304091610290.113202-100000@os.inf.tu-dresden.de> (raw)

Hi,

does anybody know how i can exchange a page table entry (pte)?
the problem is i got a valid pte and i want set up a new page frame for
this pte and release the old page frame ... 
i only could find one solution for this: 
make the pte invalid and raise a pagefault with get_user_page where my
nopage function is use so i can decide which page should be mapped for
this particular pte.

is there any other maybe faster way? what about directly changing the page
table or copy one page frame into the other (very slow?) ?

thanks a lot for your help
Mathias



--
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-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

                 reply	other threads:[~2003-04-09 14:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.A41.4.10.10304091610290.113202-100000@os.inf.tu-dresden.de \
    --to=mn3@os.inf.tu-dresden.de \
    --cc=Linux-MM@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox