search for: shared_entry_header

Displaying 2 results from an estimated 2 matches for "shared_entry_header".

2012 May 25
0
[PATCH 3/3] gnttab: cleanup
...if ( unlikely(op->ref >= nr_grant_entries(rd->grant_table))) + if ( unlikely(op->ref >= nr_grant_entries(rgt))) PIN_FAIL(unlock_out, GNTST_bad_gntref, "Bad ref (%d).\n", op->ref); - act = &active_entry(rd->grant_table, op->ref); - shah = shared_entry_header(rd->grant_table, op->ref); - if (rd->grant_table->gt_version == 1) { - sha1 = &shared_entry_v1(rd->grant_table, op->ref); + act = &active_entry(rgt, op->ref); + shah = shared_entry_header(rgt, op->ref); + if (rgt->gt_version == 1) { + sha...
2010 Sep 15
15
xenpaging fixes for kernel and hypervisor
Patrick, there following patches fix xenpaging for me. Granttable handling is incomplete. If a page is gone, a GNTST_eagain should be returned to the caller to inidcate the hypercall has to be retried after a while, until the page is available again. Please review. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com