Lines Matching refs:SystemContextX64

68   ReservedVectors[ExceptionType].OldSs         = SystemContext.SystemContextX64->Ss;  in ArchSaveExceptionContext()
69 ReservedVectors[ExceptionType].OldSp = SystemContext.SystemContextX64->Rsp; in ArchSaveExceptionContext()
70 ReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextX64->Rflags; in ArchSaveExceptionContext()
71 ReservedVectors[ExceptionType].OldCs = SystemContext.SystemContextX64->Cs; in ArchSaveExceptionContext()
72 ReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextX64->Rip; in ArchSaveExceptionContext()
73 ReservedVectors[ExceptionType].ExceptionData = SystemContext.SystemContextX64->ExceptionData; in ArchSaveExceptionContext()
77 Eflags.UintN = SystemContext.SystemContextX64->Rflags; in ArchSaveExceptionContext()
79 SystemContext.SystemContextX64->Rflags = Eflags.UintN; in ArchSaveExceptionContext()
83 …SystemContext.SystemContextX64->Rip = (UINTN) ReservedVectors[ExceptionType].HookAfterStubHeaderCo… in ArchSaveExceptionContext()
103 SystemContext.SystemContextX64->Ss = ReservedVectors[ExceptionType].OldSs; in ArchRestoreExceptionContext()
104 SystemContext.SystemContextX64->Rsp = ReservedVectors[ExceptionType].OldSp; in ArchRestoreExceptionContext()
105 SystemContext.SystemContextX64->Rflags = ReservedVectors[ExceptionType].OldFlags; in ArchRestoreExceptionContext()
106 SystemContext.SystemContextX64->Cs = ReservedVectors[ExceptionType].OldCs; in ArchRestoreExceptionContext()
107 SystemContext.SystemContextX64->Rip = ReservedVectors[ExceptionType].OldIp; in ArchRestoreExceptionContext()
108 SystemContext.SystemContextX64->ExceptionData = ReservedVectors[ExceptionType].ExceptionData; in ArchRestoreExceptionContext()
292 SystemContext.SystemContextX64->ExceptionData in DumpCpuContext()
297 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0, in DumpCpuContext()
298 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_RSVD) != 0, in DumpCpuContext()
299 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_US) != 0, in DumpCpuContext()
300 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_WR) != 0, in DumpCpuContext()
301 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_P) != 0, in DumpCpuContext()
302 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_PK) != 0, in DumpCpuContext()
303 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_SS) != 0, in DumpCpuContext()
304 (SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_SGX) != 0 in DumpCpuContext()
311 SystemContext.SystemContextX64->Rip, in DumpCpuContext()
312 SystemContext.SystemContextX64->Cs, in DumpCpuContext()
313 SystemContext.SystemContextX64->Rflags in DumpCpuContext()
317 SystemContext.SystemContextX64->Rax, in DumpCpuContext()
318 SystemContext.SystemContextX64->Rcx, in DumpCpuContext()
319 SystemContext.SystemContextX64->Rdx in DumpCpuContext()
323 SystemContext.SystemContextX64->Rbx, in DumpCpuContext()
324 SystemContext.SystemContextX64->Rsp, in DumpCpuContext()
325 SystemContext.SystemContextX64->Rbp in DumpCpuContext()
329 SystemContext.SystemContextX64->Rsi, in DumpCpuContext()
330 SystemContext.SystemContextX64->Rdi in DumpCpuContext()
334 SystemContext.SystemContextX64->R8, in DumpCpuContext()
335 SystemContext.SystemContextX64->R9, in DumpCpuContext()
336 SystemContext.SystemContextX64->R10 in DumpCpuContext()
340 SystemContext.SystemContextX64->R11, in DumpCpuContext()
341 SystemContext.SystemContextX64->R12, in DumpCpuContext()
342 SystemContext.SystemContextX64->R13 in DumpCpuContext()
346 SystemContext.SystemContextX64->R14, in DumpCpuContext()
347 SystemContext.SystemContextX64->R15 in DumpCpuContext()
351 SystemContext.SystemContextX64->Ds, in DumpCpuContext()
352 SystemContext.SystemContextX64->Es, in DumpCpuContext()
353 SystemContext.SystemContextX64->Fs in DumpCpuContext()
357 SystemContext.SystemContextX64->Gs, in DumpCpuContext()
358 SystemContext.SystemContextX64->Ss in DumpCpuContext()
362 SystemContext.SystemContextX64->Cr0, in DumpCpuContext()
363 SystemContext.SystemContextX64->Cr2, in DumpCpuContext()
364 SystemContext.SystemContextX64->Cr3 in DumpCpuContext()
368 SystemContext.SystemContextX64->Cr4, in DumpCpuContext()
369 SystemContext.SystemContextX64->Cr8 in DumpCpuContext()
373 SystemContext.SystemContextX64->Dr0, in DumpCpuContext()
374 SystemContext.SystemContextX64->Dr1, in DumpCpuContext()
375 SystemContext.SystemContextX64->Dr2 in DumpCpuContext()
379 SystemContext.SystemContextX64->Dr3, in DumpCpuContext()
380 SystemContext.SystemContextX64->Dr6, in DumpCpuContext()
381 SystemContext.SystemContextX64->Dr7 in DumpCpuContext()
385 SystemContext.SystemContextX64->Gdtr[0], in DumpCpuContext()
386 SystemContext.SystemContextX64->Gdtr[1], in DumpCpuContext()
387 SystemContext.SystemContextX64->Ldtr in DumpCpuContext()
391 SystemContext.SystemContextX64->Idtr[0], in DumpCpuContext()
392 SystemContext.SystemContextX64->Idtr[1], in DumpCpuContext()
393 SystemContext.SystemContextX64->Tr in DumpCpuContext()
397 &SystemContext.SystemContextX64->FxSaveState in DumpCpuContext()
418 ((SystemContext.SystemContextX64->ExceptionData & IA32_PF_EC_ID) != 0)) { in DumpImageAndCpuContent()
423 DumpModuleImageInfo ((*(UINTN *)(UINTN)SystemContext.SystemContextX64->Rsp)); in DumpImageAndCpuContent()
425 DumpModuleImageInfo (SystemContext.SystemContextX64->Rip); in DumpImageAndCpuContent()