Searched refs:ds (Results 101 - 125 of 188) sorted by relevance

12345678

/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm245 mov ds, [ebp + CPUMCTXCORE.ds.Sel]
271 push dword [ebp + CPUMCTXCORE.ds.Sel]
288 ; restore CPU context (all except cs, eip, ss, esp, eflags, ds, es, fs & gs; which are restored or overwritten by iret)
377 push dword [edx + CPUMCPU.Guest.ds.Sel]
380 pop ds
416 push dword [edx + CPUMCPU.Guest.ds.Sel]
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm297 mov eax, 02069h ; load ds and es with R1 selectors.
299 mov ds, eax
337 mov eax, 0206ah ; load ds and es with R2 selectors.
339 mov ds, eax
377 mov eax, 0306bh ; load ds and es with R3 selectors.
379 mov ds, eax
490 push ds ; c ; 30h
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dpxeprefix.S37 pushw %ds
46 movw %ax, %ds
453 * %ds:di : output buffer (or %di=0 to print to console)
455 * %ds:di : next character in output buffer (if applicable)
477 * %ds:di : output buffer (or %di=0 to print to console)
479 * %ds:di : next character in output buffer (if applicable)
575 * %ds:pxe_parameter_structure : Parameters for PXE API call
586 pushw %ds
716 /* Jump to .text16 segment with %ds pointing to .data16 */
717 movw %bx, %ds
[all...]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvberom.asm465 push ds
468 mov ds, ax
474 pop ds
488 push ds
490 mov ds, ax
505 pop ds
773 push ds
775 pop ds
790 pop ds
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.S65 movw %cx, %ds
205 movl %ds, %eax
351 popl %ds
H A DCpuAsm.asm63 mov ds, cx
203 mov eax, ds
349 pop ds
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/X64/
H A DCpuAsm.S66 movw %cx, %ds
161 movl %ds, %eax
312 movl %eax, %ds
H A DCpuAsm.asm58 mov ds, cx
150 mov rax, ds
300 mov ds, rax
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm287 ; ds:si -> device header
338 mov ds, ax
432 mov ds, ax
510 mov ds, ax
570 mov ds, ax
651 add si, ax ; ds:si -> the log buffer.
864 mov ds, ax
871 ; switch back the stack and reload ds.
877 mov ds, dx
929 push ds
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_call.c137 ppxe.UNDIROMID.segment = ix86->segs.ds;
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHackA.asm36 mov ds, ax
55 ;; ds:si = zero terminated string.
H A DHMR0.cpp1915 "ds={%04x base=%016RX64 limit=%08x flags=%08x}\n"
1933 pCtx->ds.Sel, pCtx->ds.u64Base, pCtx->ds.u32Limit, pCtx->ds.Attr.u,
1950 "ds={%04x base=%016RX64 limit=%08x flags=%08x} dr2=%08RX64 dr3=%08RX64\n"
1963 pCtx->ds.Sel, pCtx->ds.u64Base, pCtx->ds.u32Limit, pCtx->ds
[all...]
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector-pae.asm47 mov ds, dx ; Use 0 based addresses
96 mov ds, ax
H A Dbootsector2-boot-registers-1.asm52 push ds
H A Dbootsector2-vbinstst-64-1.asm83 push word ds
H A Dbootsector2-cpu-hidden-regs-1.asm111 db 'BIOS - ds:ds', 0;
169 mov ds, ax
H A Dbootsector2-vbinstst-kernel.asm227 push ds
262 push ds
413 push ds
441 pop ds
468 pop ds
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c2766 double d2, ds, eps; local
2884 ds = (dval(d2)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981;
2885 k = (int)ds;
2886 if (ds < 0. && ds != k)
2887 k--; /* want k = floor(ds) */
2971 ds = tens[k&0xf];
2982 ds *= bigtens[i];
2984 dval(d) /= ds;
3067 ds
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp228 pVCpu->cpum.s.Hyper.ds.Sel = SelDS;
411 return pVCpu->cpum.s.Hyper.ds.Sel;
854 VMMDECL(int) CPUMSetGuestDS(PVMCPU pVCpu, uint16_t ds) argument
856 pVCpu->cpum.s.Guest.ds.Sel = ds;
912 return pVCpu->cpum.s.Guest.ds.Sel;
2478 if ((pCtx->ds.Sel & X86_SEL_RPL) == 1)
2479 pCtx->ds.Sel &= ~X86_SEL_RPL;
2508 if ((pCtx->ds.Sel & X86_SEL_RPL) == 2)
2509 pCtx->ds
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dmac.h675 void ath9k_hw_cleartxdesc(struct ath_hw *ah, void *ds);
689 int ath9k_hw_rxprocdesc(struct ath_hw *ah, struct ath_desc *ds,
691 void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds,
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DAsmFuncs.S229 movl %ds,%eax
331 popl %ds
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dlibrary.h192 __DEFINE_GET_SEG(ds)
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c118 uint16_t ds; member in struct:__anon14999
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dlibrary.h203 __DEFINE_GET_SEG(ds)
/vbox/src/recompiler/target-i386/
H A Dsvm.h176 struct vmcb_seg ds; member in struct:vmcb_save_area

Completed in 192 milliseconds

12345678