search for: hash_table2

Displaying 1 result from an estimated 1 matches for "hash_table2".

Did you mean: hash_table
2008 Dec 11
4
paging and shadow paging in xen: trying to implement split memory
...s supported. Is that not supported for shadow page tables, and if so ... How can I learn more about this? * general goal * Here is what I''m trying to do, in a finite way. I''d like to add a structure, for now a reference in the paging struct would be fine, let''s call it hash_table2 for lack of a better name. I''d like to mirror all operations to the page table, to hash_table, in my hash_table2. Now to the purpose of why I''m doing this. I''d like to make it so that if a page is accessed, with the supervisory bit set, I direct all reads and writes to...