Searched refs:ds (Results 151 - 175 of 188) sorted by relevance

12345678

/vbox/src/VBox/Devices/Graphics/BIOS/
H A DVBoxVgaBiosAlternative.asm255 mov ds, bx ; 8e db
273 mov ds, dx ; 8e da
349 mov ds, ax ; 8e d8
782 mov ds, ax ; 8e d8
803 mov ds, ax ; 8e d8
844 mov ds, ax ; 8e d8
883 mov ds, ax ; 8e d8
903 mov ds, ax ; 8e d8
923 mov ds, ax ; 8e d8
939 mov ds, a
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dhermon.c1378 MLX_FILL_1 ( &wqe->ctrl, 1, ds, ( sizeof ( wqe->ctrl ) / 16 ) );
1401 MLX_FILL_1 ( &wqe->ud.ctrl, 1, ds,
1451 MLX_FILL_1 ( &wqe->mlx.ctrl, 1, ds,
1495 MLX_FILL_1 ( &wqe->rc.ctrl, 1, ds,
1526 MLX_FILL_1 ( &wqe->eth.ctrl, 1, ds,
H A DMT25408_PRM.h251 pseudo_bit_t ds[0x00006]; /* descriptor (wqe) size in 16bytes chunk */ member in struct:hermonprm_wqe_segment_ctrl_send_st
737 pseudo_bit_t ds[0x00006]; /* Descriptor Size */ member in struct:hermonprm_wqe_segment_ctrl_mlx_st
/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp651 CHECK_SEL(ds);
1079 RTGCUINTPTR eip, cs, esp, ss, eflags, ds, es, fs, gs, uMask; local
1097 rc |= emRCStackRead(pVM, pVCpu, pRegFrame, &ds, (RTGCPTR)(pIretStack + 24), 4);
1114 pRegFrame->ds.Sel = ds;
1416 /** @todo is addr always a flat linear address or ds based
3278 /** @todo is addr always a flat linear address or ds based
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMDbg.cpp1152 CPU_REG_SEG(DS, ds),
1280 CPU_REG_SEG(DS, ds),
H A DHM.cpp2513 || pCtx->ds.Sel != (pCtx->ds.u64Base >> 4)
2523 || (pCtx->ds.u32Limit != 0xffff)
2548 || !hmR3IsDataSelectorOkForVmx(&pCtx->ds)
H A DVMMTests.cpp305 RTPrintf("VMM: FAILURE - ds=%x expected %x\n", CPUMGetHyperDS(pVCpu), SELMGetHyperDS(pVM));
690 SYNC_SEL(pHyperCtx, ds);
/vbox/include/iprt/
H A Dx86.h3457 RTSEL ds; member in struct:X86TSS16
3527 RTSEL ds; member in struct:X86TSS32
/vbox/src/VBox/Devices/PC/BIOS/
H A Deltorito.c77 #define DS r.ds
H A Dfloppy.c445 #define DS r.ds
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h202 WORD ds; /* 10 */ member in struct:_STACK16FRAME
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h202 WORD ds; /* 10 */ member in struct:_STACK16FRAME
/vbox/include/VBox/
H A Dsup.h138 uint16_t ds; member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon253
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dassyntax.h134 #define DS ds
196 #define DS %ds
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dassyntax.h131 #define DS ds
193 #define DS %ds
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dassyntax.h131 #define DS ds
193 #define DS %ds
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dassyntax.h107 #define DS ds
169 #define DS %ds
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dassyntax.h135 #define DS ds
197 #define DS %ds
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2566 struct wined3d_surface * const *rts, const struct wined3d_surface *ds)
2570 if (ds) return TRUE;
2565 context_validate_rt_config(UINT rt_count, struct wined3d_surface * const *rts, const struct wined3d_surface *ds) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dassyntax.h135 #define DS ds
197 #define DS %ds
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h91 GEN_CHECK_OFF(CPUMHOSTCTX, ds);
155 GEN_CHECK_OFF(CPUMCTX, ds);
/vbox/src/recompiler/tests/
H A Dtest-i386.c1341 /* tests with ds/ss (implicit segment case) */
1344 "pushl %%ds\n\t"
1345 "movl %2, %%ds\n\t"
1349 "popl %%ds\n\t"
1629 r->ds = seg;
1666 ptr = seg_to_linear(r->ds, r->edx);
/vbox/include/VBox/vmm/
H A Dcpum.h1088 VMMDECL(int) CPUMSetGuestDS(PVMCPU pVCpu, uint16_t ds);
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp1323 HMSVM_LOAD_SEG_REG(DS, ds);
1966 HMSVM_SAVE_SEG_REG(DS, ds);
1996 HMSVM_ASSERT_SEG_GRANULARITY(ds);

Completed in 238 milliseconds

12345678