Searched refs:EIP (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/i386/
H A Dregs.sed.in58 SED_REPLACE(EIP)
H A Dregs.d.in59 inline int R_EIP = @EIP@;
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DAsmFuncs.asm156 ; + EIP +
235 ;; EIP
236 mov ecx, [ebp + 4 * 3] ; EIP
323 pop dword ptr [ebp + 4 * 3] ; set EIP in stack
H A DAsmFuncs.S157 # + EIP +
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.asm33 ; CS:EIP=bea7:00000000 CSACC=00f2 CSLIM=00000002
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.S107 # + EIP +
138 # + EIP +
172 # + EIP +
H A DCpuAsm.asm105 ; + EIP +
136 ; + EIP +
170 ; + EIP +
/vbox/src/recompiler/target-i386/
H A Dexec.h62 #undef EIP macro
63 #define EIP (env->eip) macro
H A Dop_helper.c196 LogRel(("CS:EIP=%08x:%08x, FLAGS=%08x\n", env->segs[R_CS].base, env->eip, env->eflags));
676 /* check that EIP is in the CS segment limits */
1635 EIP = next_eip;
1661 * the int instruction. next_eip is the EIP value AFTER the interrupt
1673 env->segs[R_CS].selector, EIP,
1674 (int)env->segs[R_CS].base + EIP,
1802 * EIP value AFTER the interrupt instruction. It is only relevant if
2799 EIP = new_eip;
2847 EIP = new_eip;
2940 EIP
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DAsmFuncs.asm219 ;; EIP
220 mov rax, [rbp + 8 * 3] ; EIP
307 pop qword ptr [rbp + 8 * 3] ; set EIP in stack
/vbox/src/VBox/VMM/VMMR0/
H A DTRPMR0A.asm100 push .return ; EIP
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DSmmCis.h178 UINT32 EIP; member in struct:__anon10569
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S101 ## EIP from interrupted task
369 mov (%eax),%ecx # EIP
H A DAsmFuncs.asm195 ;; EIP from interrupted task
456 mov ecx, [eax] ; EIP
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Ddtrace_isa.c172 pc = dtrace_fuword32(&gregs[EIP]);
376 pc = dtrace_fuword32(&gregs[EIP]);
436 * beyond the EIP/RIP that was pushed when the trap was
566 REG_RIP, /* EIP */
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm423 ; 4 EIP
465 ; Advance the EIP and resume.
/vbox/src/recompiler/
H A Dcpu-exec.c45 #undef EIP macro
438 AssertMsgFailed(("REM: emulate_single_instr failed for EIP=%RGv!!\n", (RTGCPTR)env->eip));
1039 #define REG_EIP EIP
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm201 ; 4 EIP
230 ; 8 EIP
745 ; 4 EIP
1122 ; 0 EIP
H A DCPUMRCA.asm218 push dword [ebp + 12] ; EIP
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm60 ; ASSUMES that it's called and the EIP/RIP is found on the stack.
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm470 ; esp - EIP
545 ; esp + 4 - EIP
622 ; esp - EIP
694 ; esp + 4 - EIP
1161 ; esp - EIP
1399 ; esp - EIP
/vbox/src/recompiler/tests/
H A Dtest-i386.c1716 #define REG_EIP EIP
1743 printf(" EIP=" FMTLX, (long)uc->uc_mcontext.gregs[REG_EIP]);
1925 printf("EIP=" FMTLX "\n", (long)uc->uc_mcontext.gregs[REG_EIP]);

Completed in 1010 milliseconds