search for: __sel

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

Did you mean: _sel
2013 Jan 12
0
[RFC PATCH 4/16]: PVH xen: add params to read_segment_register
...57 2013 -0800 +++ b/xen/include/asm-x86/system.h Fri Jan 11 16:24:00 2013 -0800 @@ -4,7 +4,7 @@ #include <xen/lib.h> #include <asm/bitops.h> -#define read_segment_register(name) \ +#define read_segment_register(vcpu, regs, name) \ ({ u16 __sel; \ asm volatile ( "movw %%" STR(name) ",%0" : "=r" (__sel) ); \ __sel; \ diff -r 93d95f6dd693 -r 0339f85f6068 xen/include/asm-x86/traps.h --- a/xen/include/...
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.