Home
last modified time | relevance | path

Searched refs:R9 (Results 1 – 25 of 25) sorted by relevance

/reactos/drivers/base/kdgdb/
H A Damd64_sup.c13 R8, R9, R10, R11, R12, R13, R14, R15, enumerator
48 case R9: return &ctx->R9; in ctx_to_reg()
90 case R9: return &TrapFrame->R9; in thread_to_reg()
/reactos/ntoskrnl/ke/arm/
H A Dexp.c72 ExceptionFrame->R9 = Context->R9; in KeContextToTrapFrame()
137 Context->R9 = ExceptionFrame->R9; in KeTrapFrameToContext()
/reactos/ntoskrnl/ke/amd64/
H A Dcontext.c43 TrapFrame->R9 = Context->R9; in KeContextToTrapFrame()
193 Context->R9 = TrapFrame->R9; in KeTrapFrameToContext()
/reactos/modules/rostests/apitests/rtl/amd64/
H A DRtlCaptureContext.c94 ok_eq_hex64(CapturedContext.R9, OriginalContext.R9); in START_TEST()
232 ok_eq_hex64(InOutContext.R9, OriginalContext.R9); in START_TEST()
/reactos/sdk/lib/rtl/
H A Dexception.c222 DbgPrint("R8: %I64x R9: %I64x R10: %I64x R11: %I64x\n", pc->R8, pc->R9, pc->R10, pc->R11); in _dump_context()
229 DbgPrint("R8: %lx R9: %lx R10: %lx R11: %lx\n", pc->R8, pc->R9, pc->R10, pc->R11); in _dump_context()
/reactos/dll/win32/dbghelp/
H A Dcpu_arm.c189 case CV_ARM_R0 + 9: *size = sizeof(ctx->R9); return &ctx->R9; in arm_fetch_context_reg()
H A Dcpu_x86_64.c601 context->R8, context->R9, context->R10, context->R11); in fetch_next_frame()
797 case CV_AMD64_R9: *size = sizeof(ctx->R9); return &ctx->R9; in x86_64_fetch_context_reg()
H A Dcompat.h405 DWORD64 R9; member
537 ULONG R9; member
/reactos/modules/rostests/apitests/ntdll/
H A DNtContinue.c147 ok_eq_hex64(pContext->R9, continueContext.R9); in check()
/reactos/base/applications/drwtsn32/
H A Dmain.cpp68 ctx.R8, ctx.R9, ctx.R10, ctx.R11, ctx.R12, ctx.R13, ctx.R14, ctx.R15); in PrintThread()
73 ctx.R7, ctx.R8, ctx.R9, ctx.R10, ctx.R11, ctx.R12); in PrintThread()
/reactos/sdk/include/asm/
H A Dksarm.template.h114 OFFSET(CxR9, CONTEXT, R9), // 0x28
141 OFFSET(JbR9, _JUMP_BUFFER, R9), // 0x18
198 OFFSET(ExR9, KEXCEPTION_FRAME, R9), // 0x28
H A Dksamd64.template.h311 OFFSET(CxR9, CONTEXT, R9),
909 OFFSET(CONTEXT_R9, CONTEXT, R9),
989 OFFSET(KTRAP_FRAME_R9, KTRAP_FRAME, R9),
/reactos/ntoskrnl/kd64/
H A Dkdtrap.c34 #define KdpGetParameterFour(Context) ((Context)->R9)
/reactos/boot/freeldr/freeldr/arch/i386/
H A Di386bug.c158 TrapFrame->Rbx, TrapFrame->R9, 0, TrapFrame->Rdi); in i386PrintExceptionText()
/reactos/sdk/include/vcruntime/
H A Dsetjmp.h144 unsigned long R9;
/reactos/dll/win32/kernel32/client/
H A Dexcept.c78 DbgPrint("R8: %I64x R9: %I64x R10: %I64x R11: %I64x\n", pc->R8, pc->R9, pc->R10, pc->R11); in _dump_context()
85 … DbgPrint("R8: %08lx R9: %08lx R10: %08lx R11: %08lx\n", pc->R8, pc->R9, pc->R10, pc->R11); in _dump_context()
/reactos/sdk/include/xdk/amd64/
H A Dke.h250 ULONG64 R9; member
/reactos/sdk/include/xdk/arm/
H A Dke.h264 ULONG R9; member
/reactos/modules/rostests/apitests/umkm/
H A DSystemCall.c190 ok_eq_hex64_(File, Line, PostContext.R9, PreContext.Rbp); in ValidateSyscall_()
/reactos/hal/halx86/legacy/bus/
H A Dpci_vendors.ids2788 174b a003 Radeon R9 280
2813 103c 6566 Radeon R9 390X
2818 1043 04d7 Radeon R9 390X
2819 1043 04db Radeon R9 390X
2820 1043 04df Radeon R9 390X
2846 1043 04dd STRIX R9 390
2847 148c 2358 Radeon R9 390
3688 6938 Tonga XT / Amethyst XT [Radeon R9 380X / R9 M295X]
3699 148c 9380 Radeon R9 380
3701 174b e315 Radeon R9 285
[all …]
/reactos/sdk/include/ndk/arm/
H A Dketypes.h397 ULONG R9; // 0x28 member
/reactos/sdk/include/ndk/amd64/
H A Dketypes.h416 UINT64 R9; member
/reactos/sdk/include/xdk/
H A Dwinnt_old.h1338 DWORD64 R9; member
1422 PULONG64 R9; member
1841 DWORD R9; member
2078 DWORD R9; member
/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c3231 ok( !ctx.R9, "r9 is not zero %lx\n", ctx.R9 ); in test_SuspendProcessNewThread()
3381 ok( !ctx.R9, "r9 is not zero %lx\n", ctx.R9 ); in test_SuspendProcessState()
3399 ctx.R9 = (ULONG_PTR)remote_pipe_params + offsetof(struct pipe_params, pipe_read_buf); in test_SuspendProcessState()
/reactos/sdk/include/ndk/
H A Drtltypes.h1952 PULONG64 R9; member