Zachary Amsden wrote:
quoted text > We don't fault. We write directly to the primary page tables, and clear
> the pte just like native. We just issue all mprotect updates in the
> queue, and flush the queue when leaving lazy mmu mode. You can't wait
> for the TLB flush, you must flush the updates before releasing the
> pagetable lock, or you could get misordered updates in an SMP system.
>
How do you track which ptes need shadow updates? Do you walk the entire
pagetable on tlb flush? Or just rebuild the shadow from scratch on demand?
J
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH 0 of 4] mm+paravirt+xen: add pte read-modify-wr ... , Jeremy Fitzhardinge , (Fri May 30, 5:13 pm)