Searched defs:es (Results 51 - 68 of 68) sorted by relevance

123

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h203 WORD es; /* 12 */ member in struct:_STACK16FRAME
H A Dserver_protocol.h161 struct { unsigned int ds, es, fs, gs; } i386_regs; member in struct:__anon14159::__anon14172::__anon14173
162 struct { unsigned int ds, es, fs, gs; } x86_64_regs; member in struct:__anon14159::__anon14172::__anon14174
/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp652 CHECK_SEL(es);
1079 RTGCUINTPTR eip, cs, esp, ss, eflags, ds, es, fs, gs, uMask; local
1096 rc |= emRCStackRead(pVM, pVCpu, pRegFrame, &es, (RTGCPTR)(pIretStack + 20), 4);
1115 pRegFrame->es.Sel = es;
2909 LogFlow(("emInterpretStosWD dest=%04X:%RGv (%RGv) cbSize=%d\n", pRegFrame->es.Sel, GCOffset, GCDest, cbSize));
2954 LogFlow(("emInterpretStosWD dest=%04X:%RGv (%RGv) cbSize=%d cTransfers=%x DF=%d\n", pRegFrame->es.Sel, GCOffset, GCDest, cbSize, cTransfers, pRegFrame->eflags.Bits.u1DF));
H A DCPUMAllRegs.cpp96 Assert((uintptr_t)(pSReg - &pVCpu->cpum.s.Guest.es) < X86_SREG_COUNT);
234 pVCpu->cpum.s.Hyper.es.Sel = SelES;
417 return pVCpu->cpum.s.Hyper.es.Sel;
861 VMMDECL(int) CPUMSetGuestES(PVMCPU pVCpu, uint16_t es) argument
863 pVCpu->cpum.s.Guest.es.Sel = es;
918 return pVCpu->cpum.s.Guest.es.Sel;
2480 if ((pCtx->es.Sel & X86_SEL_RPL) == 1)
2481 pCtx->es.Sel &= ~X86_SEL_RPL;
2510 if ((pCtx->es
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h203 WORD es; /* 12 */ member in struct:_STACK16FRAME
H A Dserver_protocol.h172 struct { unsigned int ds, es, fs, gs; } i386_regs; member in struct:__anon1497::__anon1510::__anon1511
173 struct { unsigned int ds, es, fs, gs; } x86_64_regs; member in struct:__anon1497::__anon1510::__anon1512
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h254 RTSEL es; member in struct:CPUMHOSTCTX
/vbox/src/recompiler/target-i386/
H A Dsvm.h173 struct vmcb_seg es; member in struct:vmcb_save_area
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp657 ComPtr<IEventSource> es; local
658 mParent->COMGETTER(EventSource)(es.asOutParam());
661 es->RegisterListener(this, ComSafeArrayAsInParam(eventTypes), true);
702 ComPtr<IEventSource> es; local
703 mParent->COMGETTER(EventSource)(es.asOutParam());
704 es->UnregisterListener(this);
H A DConsoleVRDPServer.cpp1401 ComPtr<IEventSource> es; local
1402 console->COMGETTER(EventSource)(es.asOutParam());
1411 es->RegisterListener(mConsoleListener, ComSafeArrayAsInParam(eventTypes), true);
1450 ComPtr<IEventSource> es; local
1451 mConsole->COMGETTER(EventSource)(es.asOutParam());
1452 es->UnregisterListener(mConsoleListener);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3645 RTPrintf("No matching process(es) for session ID %RU32 found\n",
3877 ComPtr<IEventSource> es; local
3878 CHECK_ERROR_BREAK(pCtx->pGuest, COMGETTER(EventSource)(es.asOutParam()));
3882 CHECK_ERROR_BREAK(es, RegisterListener(pGuestListener, ComSafeArrayAsInParam(eventTypes),
/vbox/include/VBox/
H A Dsup.h139 uint16_t es; member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon253
H A Dtypes.h823 RTSEL es; member in struct:VBOXTSS
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp2516 nsCOMPtr <nsIExceptionService> es; local
2517 es = do_GetService (NS_EXCEPTIONSERVICE_CONTRACTID, &rv);
2521 rv = es->GetCurrentExceptionManager (getter_AddRefs(em));
2804 nsCOMPtr <nsIExceptionService> es; local
2805 es = do_GetService (NS_EXCEPTIONSERVICE_CONTRACTID, &rv);
2809 rv = es->GetCurrentExceptionManager (getter_AddRefs(em));
3864 nsCOMPtr <nsIExceptionService> es; local
3865 es = do_GetService(NS_EXCEPTIONSERVICE_CONTRACTID, &rv2);
3869 rv2 = es->GetCurrentExceptionManager (getter_AddRefs (em));
4085 nsCOMPtr <nsIExceptionService> es; local
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6772 ComPtr<IEventSource> es; local
6773 rc = mParent->COMGETTER(EventSource)(es.asOutParam());
6778 fireHostPCIDevicePlugEvent(es, mid.raw(), false /* unplugged */, true /* success */, pAttach, NULL);
/vbox/include/iprt/
H A Dx86.h3451 RTSEL es; member in struct:X86TSS16
3518 RTSEL es; member in struct:X86TSS32
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 516 milliseconds

123