* page table modification in Xen
@ 2008-10-27 16:55 Min Lee
0 siblings, 0 replies; only message in thread
From: Min Lee @ 2008-10-27 16:55 UTC (permalink / raw)
To: Xen-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-27 16:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 16:55 page table modification in Xen Min Lee
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.