Lines Matching defs:virtual
107 void *virtual;
117 void *virtual;
444 block->virtual = (uint8_t *) bufmgr_fake->virtual +
472 memcpy(bo_fake->backing_store, block->virtual, block->bo->size);
817 bo_fake->bo.virtual = NULL;
867 unsigned long size, void *virtual)
882 bo_fake->bo.virtual = virtual;
991 * Map a buffer into bo->virtual, allocating either card memory space (If
1021 if (bo->virtual != NULL) {
1040 bo->virtual = bo_fake->block->virtual;
1055 bo_fake->block->virtual,
1060 bo->virtual = bo_fake->backing_store;
1099 bo->virtual = NULL;
1129 memcpy((unsigned char *)bo->virtual + offset, data, size);
1208 memcpy(bo_fake->block->virtual, bo_fake->backing_store,
1211 memset(bo_fake->block->virtual, 0, bo->size);
1349 if (bo->virtual != NULL)
1359 if (bo->virtual == NULL)
1362 *(uint32_t *) ((uint8_t *) bo->virtual + r->offset) =
1369 if (bo->virtual != NULL)
1600 bufmgr_fake->virtual = low_virtual;