Searched refs:ASMBitClearRange (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTBitOperations.cpp326 ASMBitClearRange(&p->au32, 0, 128);
333 ASMBitClearRange(&p->au32, i, j);
/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp555 ASMBitClearRange(&pBlock->bmAlloc[0], iPage, iPage + cPages);
/vbox/src/VBox/Storage/
H A DVCICache.cpp735 ASMBitClearRange(abBitmapBuffer, iBit, iBit + cBlocksMax);
H A DVD.cpp3466 ASMBitClearRange(pBlock->pbmAllocated, idxStart, idxEnd);
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp2511 ASMBitClearRange(pIoTest->u.Rnd.pbMapAccessed, 0, pIoTest->u.Rnd.cBlocks);
/vbox/include/iprt/
H A Dasm.h4312 DECLINLINE(void) ASMBitClearRange(volatile void *pvBitmap, int32_t iBitStart, int32_t iBitEnd) function
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp1449 ASMBitClearRange(aTargetMap, pVGAState->cMonitors, VBOX_VIDEO_MAX_SCREENS);
H A DDevVGA.cpp344 ASMBitClearRange(&pThis->au32DirtyBitmap[0], offVRAMStart >> PAGE_SHIFT, offVRAMEnd >> PAGE_SHIFT);

Completed in 139 milliseconds