Searched refs:new_mem (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/
H A Dstdlib.c54 void * new_mem = malloc(len2); local
55 if ( new_mem == 0 ) {
60 CopyMem(mem, new_mem, mem_size);
63 return new_mem;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dstdlib.c54 void * new_mem = malloc(len2); local
55 if ( new_mem == 0 ) {
60 CopyMem(mem, new_mem, mem_size);
63 return new_mem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c54 bool no_wait_gpu, struct ttm_mem_reg *new_mem)
68 ret = ttm_tt_set_placement_caching(ttm, new_mem->placement);
72 if (new_mem->mem_type != TTM_PL_SYSTEM) {
73 ret = ttm_tt_bind(ttm, new_mem);
78 *old_mem = *new_mem;
79 new_mem->mm_node = NULL;
235 struct ttm_mem_reg *new_mem)
238 struct ttm_mem_type_manager *man = &bdev->man[new_mem->mem_type];
253 ret = ttm_mem_reg_ioremap(bdev, new_mem, &new_iomap);
265 if ((old_mem->mem_type == new_mem
52 ttm_bo_move_ttm(struct ttm_buffer_object *bo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
233 ttm_bo_move_memcpy(struct ttm_buffer_object *bo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
512 ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, void *sync_obj, void *sync_obj_arg, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c463 struct ttm_mem_reg *new_mem)
475 no_wait_reserve, no_wait_gpu, new_mem);
498 struct ttm_mem_reg *new_mem)
513 dst_offset = new_mem->mm_node->start << PAGE_SHIFT;
520 if (new_mem->mem_type == TTM_PL_TT)
531 OUT_RING(chan, nouveau_bo_mem_ctxdma(nvbo, chan, new_mem));
543 page_count = new_mem->num_pages;
576 return nouveau_bo_move_accel_cleanup(chan, nvbo, evict, no_wait_reserve, no_wait_gpu, new_mem);
582 struct ttm_mem_reg *new_mem)
593 tmp_mem = *new_mem;
460 nouveau_bo_move_accel_cleanup(struct nouveau_channel *chan, struct nouveau_bo *nvbo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
496 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
580 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
619 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
657 nouveau_bo_vm_bind(struct ttm_buffer_object *bo, struct ttm_mem_reg *new_mem, struct nouveau_tile_reg **new_tile) argument
708 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, bool intr, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c225 struct ttm_mem_reg *new_mem)
230 *old_mem = *new_mem;
231 new_mem->mm_node = NULL;
236 struct ttm_mem_reg *new_mem,
250 new_start = new_mem->mm_node->start << PAGE_SHIFT;
263 switch (new_mem->mem_type) {
278 r = radeon_copy(rdev, old_start, new_start, new_mem->num_pages, fence);
280 evict, no_wait_reserve, no_wait_gpu, new_mem);
288 struct ttm_mem_reg *new_mem)
298 tmp_mem = *new_mem;
224 radeon_move_null(struct ttm_buffer_object *bo, struct ttm_mem_reg *new_mem) argument
234 radeon_move_blit(struct ttm_buffer_object *bo, bool evict, int no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem, struct ttm_mem_reg *old_mem) argument
285 radeon_move_vram_ram(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
339 radeon_move_ram_vram(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
385 radeon_bo_move(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_bo_driver.h274 * @new_mem: the new memory region receiving the buffer
281 struct ttm_mem_reg *new_mem);
318 struct ttm_mem_reg *new_mem);
786 * @new_mem: struct ttm_mem_reg indicating where to move.
790 * free any old aperture space, and set (@new_mem)->mm_node to NULL,
793 * memory space indicated by @new_mem.
800 bool no_wait_gpu, struct ttm_mem_reg *new_mem);
809 * @new_mem: struct ttm_mem_reg indicating where to move.
813 * free any old aperture space, and set (@new_mem)->mm_node to NULL,
816 * memory space indicated by @new_mem
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_buffer.c175 struct ttm_mem_reg *new_mem)
177 if (new_mem->mem_type != TTM_PL_SYSTEM)
174 vmw_move_notify(struct ttm_buffer_object *bo, struct ttm_mem_reg *new_mem) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_res.c208 struct resource_node *new_mem = NULL; local
301 new_mem = alloc_resources (curr);
302 if (!new_mem)
304 new_mem->type = MEM;
312 if (ibmphp_add_resource (new_mem) < 0) {
316 newbus->firstMem = new_mem;
318 new_mem->rangeno = -1;
320 debug ("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new_mem
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c114 gpointer new_mem;
118 new_mem = g_malloc (byte_size);
119 memcpy (new_mem, mem, byte_size);
122 new_mem = NULL;
124 return new_mem;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c114 gpointer new_mem;
118 new_mem = g_malloc (byte_size);
119 memcpy (new_mem, mem, byte_size);
122 new_mem = NULL;
124 return new_mem;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10356 void *new_mem; local
10359 new_mem = realloc(outdir->buf, blocks * fs->blocksize);
10360 if (!new_mem)
10362 outdir->buf = new_mem;
10363 new_mem = realloc(outdir->hashes,
10365 if (!new_mem)
10367 outdir->hashes = new_mem;

Completed in 158 milliseconds