Hi allwhen there is a page fault the mmu stroes the virtual address that made the page fault in the cr2 register right? In xen this address is found in page fault handling routine do_page_fault in arch/x86/traps.c addr = read_cr2(). I want to get the page table entry associated with this virtual address.
Does anyone know how to do it?
Thanks HANNAS _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel