Searched defs:ebp (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DLongJump.c45 mov ebp, [edx + 12] local
H A DDisablePaging32.c58 push ebp
59 mov ebp, esp local
H A DEnablePaging32.c61 push ebp
62 mov ebp, esp local
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dsetjmp.h14 uint32_t ebp; member in struct:__anon15055
H A Dregisters.h39 * %edx, %esi, %edi, %ebp or %esp.
73 uint32_t ebp; member in union:i386_regs::__anon15045
H A Dcomboot.h96 com32_reg32_t ebp; /* Offset 16 */ member in struct:__anon15030
112 uint32_t ebp; /* Offset 20 */ member in struct:__anon15031
132 uint32_t ebp; /* Offset 32 */ member in struct:__anon15032
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcinvoke.cpp85 push ebp
86 mov ebp,esp local
102 mov esp,ebp
103 pop ebp
H A Dxptcstubs.cpp136 push ebp // set up simple stack frame
137 mov ebp, esp // stack has: ebp/vtbl_index/retaddr/this/args local
139 lea eax, [ebp-4] // pointer to stackBytesToPop
141 lea eax, [ebp+12] // pointer to args
144 mov eax, [ebp+8] // this
147 mov edx, [ebp+4] // return address
148 mov ecx, [ebp-4] // stackBytesToPop
150 mov esp, ebp
151 pop ebp
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffas8664.c85 /* 8 4 */ void *ebp; /* ebp save */ member in struct:inffast_ar
92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dstub_test.cpp101 push ebp // set up simple stack frame
102 mov ebp, esp // stack has: ebp/vtbl_index/retaddr/this/args local
104 lea eax, [ebp-4] // pointer to stackBytesToPop
106 lea ecx, [ebp+16] // pointer to args
108 mov edx, [ebp+4] // vtbl_index
110 mov eax, [ebp+12] // this
113 mov edx, [ebp+8] // return address
114 mov ecx, [ebp-4] // stackBytesToPop
116 mov esp, ebp
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c80 /* 8 4 */ void *ebp; /* ebp save */ member in struct:inffast_ar
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
474 " movl %%ebp, 4(%%eax)\n"
480 " movl 32(%%esp), %%ebp\n" /* ebp = lcode */
506 " movl (%%ebp,%%eax,4), %%eax\n" /* eax = lcode[hold & lmask] */
571 " movl %%eax, %%ebp\n" /* dist = this */
572 " shrl $16, %%ebp\
807 mov ebp, [esp+32] /* ebp = lcode */ local
898 mov ebp, eax /* dist = this */ local
899 shr ebp, 16 /* dist = this.val */ local
929 add ebp, eax /* dist += hold & ((1 << op) - 1) */ local
952 mov ebp, [esp+32] /* ebp = lcode */ local
958 mov ebp, [esp+32] /* ebp = lcode */ local
963 cmp ebp, 1 /* if dist 1, is a memset */ local
979 mov ebp, [esp+32] /* ebp = lcode */ local
1087 mov ebp, [esp+32] /* ebp = lcode */ local
1118 mov ebp, [esp+4] /* restore esp, ebp */ local
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DVMMGuruMeditation.cpp365 "eip=%08x esp=%08x ebp=%08x efl=%08x\n"
408 DBGFADDRESS ebp; local
409 ebp.fFlags = DBGFADDRESS_FLAGS_RING0 | DBGFADDRESS_FLAGS_VALID;
410 ebp.FlatPtr = ebp.off = pVCpu->vmm.s.CallRing3JmpBufR0.SavedEbp;
411 ebp.Sel = DBGF_SEL_FLAT;
419 rc2 = DBGFR3StackWalkBeginEx(pVM->pUVM, pVCpu->idCpu, DBGFCODETYPE_RING0, &ebp, &esp, &pc,
/vbox/include/VBox/vmm/
H A Dcpumctx-v1_6.h103 uint32_t ebp; member in union:CPUMCTX_VER1_6::__anon292
H A Dcpumctx.h185 uint32_t ebp; member in union:CPUMCTXCORE::__anon304
293 uint32_t ebp; member in union:CPUMCTX::__anon314
/vbox/src/VBox/Devices/PC/BIOS/
H A Dbiosint.h90 uint32_t edi, esi, ebp, esp; member in struct:__anon14965::__anon14966::__anon14967
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h189 DWORD ebp; /* 20 saved 32-bit frame pointer */ member in struct:_STACK32FRAME
201 DWORD ebp; /* 0c */ member in struct:_STACK16FRAME
H A Dserver_protocol.h143 struct { unsigned int eip, ebp, esp, eflags, cs, ss; } i386_regs; member in struct:__anon14159::__anon14160::__anon14161
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h189 DWORD ebp; /* 20 saved 32-bit frame pointer */ member in struct:_STACK32FRAME
201 DWORD ebp; /* 0c */ member in struct:_STACK16FRAME
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h238 uint32_t ebp; member in struct:CPUMHOSTCTX
H A DVMMInternal.h132 uint32_t ebp; member in struct:VMMR0JMPBUF
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp303 pVCpu->cpum.s.Hyper.ebp = 0;
477 return pVCpu->cpum.s.Hyper.ebp;
819 VMMDECL(int) CPUMSetGuestEBP(PVMCPU pVCpu, uint32_t ebp) argument
821 pVCpu->cpum.s.Guest.ebp = ebp;
1050 return pVCpu->cpum.s.Guest.ebp;
/vbox/include/VBox/
H A Dsup.h133 uint32_t ebp; member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon253
H A Dtypes.h817 uint32_t ebp; member in struct:VBOXTSS
/vbox/src/recompiler/target-i386/
H A Dop_helper.c2453 uint32_t esp_mask, esp, ebp; local
2457 ebp = EBP;
2464 ebp -= 4;
2465 stl(ssp + (esp & esp_mask), ldl(ssp + (ebp & esp_mask)));
2474 ebp -= 2;
2475 stw(ssp + (esp & esp_mask), lduw(ssp + (ebp & esp_mask)));
2485 target_ulong esp, ebp; local
2486 ebp = EBP;
2494 ebp -= 8;
2495 stq(esp, ldq(ebp));
[all...]
/vbox/include/iprt/
H A Dx86.h3512 uint32_t ebp; member in struct:X86TSS32

Completed in 145 milliseconds

12