search for: spde

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

Did you mean: side
2005 Mar 14
4
[patch/unstable] page table cleanups
...~PAGE_MASK) / sizeof(l1_pgentry_t)] = mk_l1_pgentry(spte); + spl1e[(pa & ~PAGE_MASK) / sizeof(l1_pgentry_t)] = spte; } -void shadow_l2_normal_pt_update(unsigned long pa, unsigned long gpde) +void shadow_l2_normal_pt_update(unsigned long pa, l2_pgentry_t gpde) { - unsigned long sl2mfn, spde = 0; - l2_pgentry_t *spl2e; + unsigned long sl2mfn; + l2_pgentry_t *spl2e, spde = mk_l2_pgentry(0); unsigned long sl1mfn; /* N.B. To get here, we know the l2 page *must* be shadowed. */ - SH_VVLOG("shadow_l2_normal_pt_update pa=%p, gpde=%p",pa,gpde); + SH_VVLOG(...