Displaying 3 results from an estimated 3 matches for "fault_reg".
Did you mean:
fault_regs
2013 Jan 12
0
[RFC PATCH 4/16]: PVH xen: add params to read_segment_register
...arch/x86/x86_64/traps.c Fri Jan 11 16:22:57 2013 -0800
+++ b/xen/arch/x86/x86_64/traps.c Fri Jan 11 16:24:00 2013 -0800
@@ -127,10 +127,10 @@ void show_registers(struct cpu_user_regs
fault_crs[0] = read_cr0();
fault_crs[3] = read_cr3();
fault_crs[4] = read_cr4();
- fault_regs.ds = read_segment_register(ds);
- fault_regs.es = read_segment_register(es);
- fault_regs.fs = read_segment_register(fs);
- fault_regs.gs = read_segment_register(gs);
+ fault_regs.ds = read_segment_register(v, regs, ds);
+ fault_regs.es = read_segment_register(v,...
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
...mmap_gtt: add huge BO test
tests/gem_mmap_gtt: Use PAGE_SIZE instead of hard coded value
Michel Thierry (1):
igt/gem_ctx_exec: Add lrc lite restore subtest
Mika Kuoppala (3):
tools/intel_error_decode: Add ERROR decodings for gen8
tools/intel_error_decode: Add decodings for FAULT_REG
tools/intel_error_decode: Add gen8+ fault data encodings
Mike Mason (3):
tests/tools_test: Find tools in source or installed locations
scripts/run-tests.sh: use single combined test list
scripts/run-tests.sh: add option to not retry incomplete tests on resume
Paulo Zanoni...
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.