|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Pagetable updates
> hi,
>
> I am having a problem with some pagetable-updates that seem to by
> sneaking past my checks in XenoLinux. I have #undeffed CONFIG_XENO in
> mm/memory.c, and have checking code in place in the functions
>
> MULTICALL_flush_page_update_queue() &
> __flush_page_update_queue()
>
> in arch/xeno/mm/hypervisor.c.
>
> Is there anywhere else (like in asm-code somewhere) pte-updates are
> passed up to Xen without my knowledge?
I think page-table updates are all made via the interface you
mention. Some things (e.g., LDT updates are sometimes done directly --
for example within the GPF handler).
-- Keir
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|