How can I found out the mm_struct or PTE for a given virtual address (0xCxxxxxxx)? I can use virt_to_page(virtual_address) to return a struct page, but then what can I do with the struct page? I cannot use rmap's page_check_address() because I do not have a struct mm_struct. Kindly thanks, Sam -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ