/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | LongJump.c | 45 mov ebp, [edx + 12] local
|
H A D | DisablePaging32.c | 58 push ebp 59 mov ebp, esp local
|
H A D | EnablePaging32.c | 61 push ebp 62 mov ebp, esp local
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | setjmp.h | 14 uint32_t ebp; member in struct:__anon15055
|
H A D | registers.h | 39 * %edx, %esi, %edi, %ebp or %esp. 73 uint32_t ebp; member in union:i386_regs::__anon15045
|
H A D | comboot.h | 96 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 D | xptcinvoke.cpp | 85 push ebp 86 mov ebp,esp local 102 mov esp,ebp 103 pop ebp
|
H A D | xptcstubs.cpp | 136 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 D | inffas8664.c | 85 /* 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 D | stub_test.cpp | 101 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 D | inffas86.c | 80 /* 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 D | VMMGuruMeditation.cpp | 365 "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 D | cpumctx-v1_6.h | 103 uint32_t ebp; member in union:CPUMCTX_VER1_6::__anon292
|
H A D | cpumctx.h | 185 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 D | biosint.h | 90 uint32_t edi, esi, ebp, esp; member in struct:__anon14965::__anon14966::__anon14967
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | winbase16.h | 189 DWORD ebp; /* 20 saved 32-bit frame pointer */ member in struct:_STACK32FRAME 201 DWORD ebp; /* 0c */ member in struct:_STACK16FRAME
|
H A D | server_protocol.h | 143 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 D | winbase16.h | 189 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 D | CPUMInternal.h | 238 uint32_t ebp; member in struct:CPUMHOSTCTX
|
H A D | VMMInternal.h | 132 uint32_t ebp; member in struct:VMMR0JMPBUF
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | CPUMAllRegs.cpp | 303 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 D | sup.h | 133 uint32_t ebp; member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon253
|
H A D | types.h | 817 uint32_t ebp; member in struct:VBOXTSS
|
/vbox/src/recompiler/target-i386/ |
H A D | op_helper.c | 2453 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 D | x86.h | 3512 uint32_t ebp; member in struct:X86TSS32
|