search for: linear_pg_table

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

2005 Mar 14
4
[patch/unstable] page table cleanups
...al(gl2e) >> PAGE_SHIFT; sl1ss = __shadow_status(d, gl1pfn); if ( !(sl1ss & PSH_shadowed) ) @@ -561,10 +563,10 @@ static void shadow_map_l1_into_current_l __guest_set_l2e(ed, va, gl2e); __shadow_set_l2e(ed, va, sl2e); - gpl1e = (unsigned long *) &(linear_pg_table[ + gpl1e = &(linear_pg_table[ (va>>L1_PAGETABLE_SHIFT) & ~(L1_PAGETABLE_ENTRIES-1)]); - spl1e = (unsigned long *) &(shadow_linear_pg_table[ + spl1e = &(shadow_linear_pg_table[ (va>>L1_PAGETABLE_SHIFT) & ~(L1_PAGETABLE_...