All of lore.kernel.org
 help / color / mirror / Atom feed
From: Min Lee <min.lee@gatech.edu>
To: Xen-devel@lists.xensource.com
Subject: page table modification in Xen
Date: Mon, 27 Oct 2008 12:55:38 -0400	[thread overview]
Message-ID: <4905F28A.1030003@gatech.edu> (raw)

Hi, folks.
I'm trying to intercept every page table(L1) modification in Xen. So, 
I'm tracking all mappings to build a sort of reverse mapping table. So 
I'm intercepting mapping changes in mod_l1_entry() and 
[alloc,free]_l1_table() and it seemed to work for some page tables, but 
I'm still missing some mapping changes. where else these mapping can 
change? where to intercept? I'm working on IA32, no pae,.
thanks in advance.

Min

                 reply	other threads:[~2008-10-27 16:55 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=4905F28A.1030003@gatech.edu \
    --to=min.lee@gatech.edu \
    --cc=Xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.