Searched refs:rip (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dentry.S25 lgdtq gLongGDTR(%rip)
29 lea .Llmode(%rip), %rax
54 leaq gKernelArgs(%rip), %rdi
H A Dcrt0-efi-x86_64.S47 lea ImageBase(%rip), %rdi
48 lea _DYNAMIC(%rip), %rsi
/haiku/headers/posix/arch/x86_64/
H A Dsignal.h31 unsigned long rip; member in struct:fpu_state
85 unsigned long rip; member in struct:vregs
/haiku/headers/private/kernel/arch/x86/64/
H A Dcpu.h37 "movq $1f, %c[rip](%0);"
40 "jmp *%c[rip](%1);"
46 [rip] "i" (offsetof(arch_thread, instruction_pointer))
/haiku/src/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S19 lea call_stub(%rip), %rdi
61 lea call_stub(%rip), %rsi
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp29 *ip = (void*)cpuState.rip;
/haiku/headers/os/arch/x86_64/
H A Darch_debugger.h36 uint64 rip; member in struct:x86_64_debug_cpu_state
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong_asm.S90 leaq gKernelArgs(%rip), %rdi
92 movq gLongKernelEntry(%rip), %rax
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp189 _AddIntegerRegister(X86_64_REGISTER_RIP, "rip", B_UINT64_TYPE,
439 uint64 rip = cpuState->IntRegisterValue(X86_64_REGISTER_RIP); local
450 // top-most frame and we need to adjust the rip.
452 rip -= 2;
480 if (rip < function->Address() + kFunctionPrologueSize) {
484 if (rip > function->Address()) {
494 if (fTeamMemory->ReadMemory(rip, &code, 1) == 1
507 if (fTeamMemory->ReadMemory(rip, &data, 1) != 1)
533 framePointer, rip, stackFrameDebugInfo);
579 // This is not a top frame, so we want to offset rip t
584 uint64 rip = cpuState->IntRegisterValue(X86_64_REGISTER_RIP); local
[all...]
H A DCpuStateX8664.cpp29 SetIntRegister(X86_64_REGISTER_RIP, state.rip);
158 x64State->rip = InstructionPointer();
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp368 signalFrameData->context.uc_mcontext.rip = frame->ip;
442 frame->ip = signalFrameData->context.uc_mcontext.rip;
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp99 cpuState->rip = frame->ip;
137 frame->ip = cpuState->rip;

Completed in 101 milliseconds