search for: ad_bytes

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

Did you mean: rd_bytes
2011 Nov 30
0
[PATCH 4/4] x86/emulator: cleanup
...\ unsigned long max_reps = 1; \ - if ( rep_prefix ) \ + if ( rep_prefix() ) \ max_reps = __get_rep_prefix(&_regs, ctxt->regs, ad_bytes); \ if ( max_reps == 0 ) \ goto done; \ @@ -765,7 +769,7 @@ static void __put_rep_prefix( } #define put_rep_prefix(reps_completed) ({ \ - if (...
2013 Sep 23
57
[PATCH RFC v13 00/20] Introduce PVH domU support
This patch series is a reworking of a series developed by Mukesh Rathor at Oracle. The entirety of the design and development was done by him; I have only reworked, reorganized, and simplified things in a way that I think makes more sense. The vast majority of the credit for this effort therefore goes to him. This version is labelled v13 because it is based on his most recent series, v11.