search for: read_sreg

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

Did you mean: read_reg
2013 Jan 12
0
[RFC PATCH 4/16]: PVH xen: add params to read_segment_register
...- a/xen/arch/x86/traps.c Fri Jan 11 16:22:57 2013 -0800 +++ b/xen/arch/x86/traps.c Fri Jan 11 16:24:00 2013 -0800 @@ -1818,7 +1818,7 @@ static inline uint64_t guest_misc_enable } \ (eip) += sizeof(_x); _x; }) -#define read_sreg(regs, sr) read_segment_register(sr) +#define read_sreg(vcpu, regs, sr) read_segment_register(vcpu, regs, sr) static int is_cpufreq_controller(struct domain *d) { @@ -1828,7 +1828,7 @@ static int is_cpufreq_controller(struct #include "x86_64/mmconfig.h" -static int emulate_privil...
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.