Searched refs:transfer (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh57 xdt:mem::page-grant-transfer
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_pixel.h22 CRbitvalue transfer[CR_MAX_BITARRAY]; member in struct:__anon16220
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c31 RESET(pb->transfer, ctx->bitid);
128 DIRTY(pb->transfer, g->neg_bitid);
566 if (CHECKDIRTY(b->transfer, bitID))
638 CLEARDIRTY(b->transfer, nbitID);
689 if (CHECKDIRTY(b->transfer, bitID))
694 FILLDIRTY(b->transfer);
700 FILLDIRTY(b->transfer);
706 FILLDIRTY(b->transfer);
712 FILLDIRTY(b->transfer);
718 FILLDIRTY(b->transfer);
[all...]
H A Dstate_bits_globalop.h213 _CRSTATE_BITS_OP_SIZEOF(pixel.transfer);
H A Dstate_attrib.c948 DIRTY(sb->pixel.transfer, g->neg_bitid);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Dethernetif.c97 /* maximum transfer unit */
129 initiate transfer();
154 * Should allocate a pbuf and transfer the bytes of the incoming
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DDisablePaging64.S79 callq *%rbx # transfer control to EntryPoint
H A DDisablePaging64.asm78 call rbx ; transfer control to EntryPoint
H A DThunk16.S200 lret # transfer control to user code
H A DThunk16.asm196 retf ; transfer control to user code
/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Dethernetif.c78 /* maximum transfer unit */
102 initiate transfer();
131 * Should allocate a pbuf and transfer the bytes of the incoming
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h62 int vmsvga3dSurfaceDMA(PVGASTATE pThis, SVGA3dGuestImage guest, SVGA3dSurfaceImageId host, SVGA3dTransferType transfer, uint32_t cCopyBoxes, SVGA3dCopyBox *pBoxes);
H A DDevVGA-SVGA3d-ogl.cpp3393 int vmsvga3dSurfaceDMA(PVGASTATE pThis, SVGA3dGuestImage guest, SVGA3dSurfaceImageId host, SVGA3dTransferType transfer, argument
3411 Log(("vmsvga3dSurfaceDMA TEXTURE guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest.pitch, host.sid, host.face, host.mipmap, (transfer == SVGA3D_WRITE_HOST_VRAM) ? "READ" : "WRITE", cCopyBoxes));
3413 Log(("vmsvga3dSurfaceDMA guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest.pitch, host.sid, host.face, host.mipmap, (transfer == SVGA3D_WRITE_HOST_VRAM) ? "READ" : "WRITE", cCopyBoxes));
3458 transfer,
3536 if (transfer == SVGA3D_READ_HOST_VRAM)
3592 transfer,
3607 if (transfer == SVGA3D_WRITE_HOST_VRAM)
3664 GLenum enmGlTransfer = (transfer
[all...]
H A DDevVGA-SVGA3d-win.cpp2321 int vmsvga3dSurfaceDMA(PVGASTATE pThis, SVGA3dGuestImage guest, SVGA3dSurfaceImageId host, SVGA3dTransferType transfer, argument
2339 Log(("vmsvga3dSurfaceDMA TEXTURE guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest.pitch, host.sid, host.face, host.mipmap, (transfer == SVGA3D_WRITE_HOST_VRAM) ? "READ" : "WRITE", cCopyBoxes));
2341 Log(("vmsvga3dSurfaceDMA guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest.pitch, host.sid, host.face, host.mipmap, (transfer == SVGA3D_WRITE_HOST_VRAM) ? "READ" : "WRITE", cCopyBoxes));
2378 transfer,
2402 if (transfer == SVGA3D_READ_HOST_VRAM)
2460 if ( transfer == SVGA3D_READ_HOST_VRAM
2514 transfer,
2533 if (transfer
[all...]
H A DDevVGA-SVGA.cpp2911 rc = vmsvga3dSurfaceDMA(pThis, pCmd->guest, pCmd->host, pCmd->transfer, cCopyBoxes, (SVGA3dCopyBox *)(pCmd + 1));
/vbox/src/VBox/Devices/PC/BIOS/
H A Data.c227 if (blksize == 0) { /* If transfer size is exactly 64K */
468 //Temporary values to do the transfer
565 // Temporary values to do the transfer
896 uint32_t transfer; local
919 transfer = 0L;
1090 transfer += count;
1091 bios_dsk->drqp.trsfbytes = transfer;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.S118 lretw # transfer control to user code
H A DThunk16.asm185 retf ; transfer control to user code
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm466 ; esp + 16 - SS (if transfer to inner ring)
467 ; esp + 12 - ESP (if transfer to inner ring)
541 ; esp + 20 - SS (if transfer to inner ring)
542 ; esp + 16 - ESP (if transfer to inner ring)
618 ; esp + 16 - SS (if transfer to inner ring)
619 ; esp + 12 - ESP (if transfer to inner ring)
690 ; esp + 20 - SS (if transfer to inner ring)
691 ; esp + 16 - ESP (if transfer to inner ring)
1157 ; esp + 16 - SS (if transfer to outer ring)
1158 ; esp + 12 - ESP (if transfer t
[all...]
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_reg.h1367 SVGA3dTransferType transfer; member in struct:__anon14726
1372 * "destination" as the host image, regardless of transfer
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
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 135 milliseconds