Searched refs:PAGESIZE (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/solaris/ |
H A D | alloc-r0drv-solaris.c | 52 (uint64_t)PAGESIZE, /* Alignment */ 53 (uint64_t)PAGESIZE, /* Burst size */ 54 (uint64_t)PAGESIZE, /* Effective DMA size */ 139 size_t cPages = (cb + PAGESIZE - 1) >> PAGESHIFT; 151 void *pvMem = contig_alloc(cb, &DmaAttr, PAGESIZE, 1 /* can sleep */); 188 void *pvMem = rtR0SolMemAlloc((uint64_t)_4G - 1, &uPhys, cb, PAGESIZE, true /* fContig */);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/ |
H A D | UsbHcMem.c | 46 PageNumber = sizeof(USBHC_MEM_BLOCK)/PAGESIZE +1; 68 PageNumber = (Block->BitsLen)/PAGESIZE +1; 292 PageNumber = sizeof(USBHC_MEM_POOL)/PAGESIZE +1;
|
H A D | EhcPeim.h | 45 #define PAGESIZE 4096 macro
|
H A D | EhcPeim.c | 436 PageNumber = sizeof(PEI_URB)/PAGESIZE +1; 1172 MemPages = sizeof (PEI_USB2_HC_DEV) / PAGESIZE + 1; 1182 ZeroMem((VOID *)(UINTN)TempPtr, MemPages*PAGESIZE);
|
/vbox/src/VBox/Additions/solaris/SharedFolders/ |
H A D | vboxfs_vnode.c | 1027 done = bytes = MIN(PAGESIZE, uio->uio_resid); 1126 bytes = MIN(PAGESIZE, uiop->uio_resid); 1533 if (pagelistsize == PAGESIZE) 1536 io_len = PAGESIZE; 1559 uint32_t bytes = PAGESIZE; 1565 if (error == 0 && bytes < PAGESIZE) 1566 memset(virtaddr + bytes, 0, PAGESIZE - bytes); 1576 io_off += PAGESIZE; 1623 len = P2ROUNDUP(len, PAGESIZE); 1668 off += PAGESIZE; [all...] |
H A D | vboxfs_vfs.c | 462 vfsp->vfs_bsize = PAGESIZE; /* HERE JOE ??? */
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | fakedri_drv.c | 108 #ifndef PAGESIZE 109 #define PAGESIZE 4096 macro 202 alPatch = (void*) ((uintptr_t)pDst & ~(uintptr_t)(PAGESIZE-1));
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 234 size_t first = MIN(len, PAGESIZE - (pc & PAGEOFFSET)); 836 limit = USEGD_GETLIMIT(desc) * (desc->usd_gran ? PAGESIZE : 1);
|
/vbox/src/VBox/Runtime/r3/solaris/ |
H A D | coredumper-solaris.cpp | 1052 pInfo->pr_bysize = pSrc->pr_size * PAGESIZE; 1053 pInfo->pr_byrssize = pSrc->pr_rssize * PAGESIZE;
|
/vbox/src/libs/xpcom18a4/xpcom/build/ |
H A D | malloc.c | 1020 # ifdef PAGESIZE 1021 # define malloc_getpagesize PAGESIZE
|
Completed in 530 milliseconds