Home
last modified time | relevance | path

Searched refs:memory_pool (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.bin/xlint/lint1/
H A Dmem1.c161 struct memory_pool *pools;
169 static memory_pool expr_pool;
172 mpool_add(memory_pool *pool, struct memory_pool_item item) in mpool_add()
211 mpool_free(memory_pool *pool) in mpool_free()
231 mpool_zero_alloc(memory_pool *pool, size_t size, const char *descr) in mpool_zero_alloc()
233 mpool_zero_alloc(memory_pool *pool, size_t size) in mpool_zero_alloc()
247 static memory_pool *
257 mpools.pools[i] = (memory_pool){ NULL, 0, 0 }; in mpool_at()
371 memory_pool
375 memory_pool saved_pool = expr_pool; in expr_save_memory()
[all …]
H A Dlint1.h44 typedef struct memory_pool { struct
54 } memory_pool; typedef
447 memory_pool c_for_expr3_mem; /* saved memory for end of loop
45 memory_pool_itemmemory_pool global() argument
H A Dexterns1.h126 memory_pool expr_save_memory(void);
127 void expr_restore_memory(memory_pool);
H A Dinit.c265 memory_pool saved_mem = expr_save_memory(); in check_init_expr()
H A Dtree.c5067 memory_pool se_mem;
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhsa_ext_amd.h788 hsa_amd_memory_pool_get_info(hsa_amd_memory_pool_t memory_pool,
827 hsa_status_t (*callback)(hsa_amd_memory_pool_t memory_pool, void* data),
867 hsa_amd_memory_pool_allocate(hsa_amd_memory_pool_t memory_pool, size_t size,
1149 hsa_agent_t agent, hsa_amd_memory_pool_t memory_pool,
1262 hsa_amd_memory_pool_t memory_pool,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_smu.c1247 struct smu_table *memory_pool = &smu_table->memory_pool; in smu_alloc_memory_pool() local
1254 memory_pool->size = pool_size; in smu_alloc_memory_pool()
1255 memory_pool->align = PAGE_SIZE; in smu_alloc_memory_pool()
1256 memory_pool->domain = AMDGPU_GEM_DOMAIN_GTT; in smu_alloc_memory_pool()
1264 memory_pool->size, in smu_alloc_memory_pool()
1265 memory_pool->align, in smu_alloc_memory_pool()
1266 memory_pool->domain, in smu_alloc_memory_pool()
1267 &memory_pool->bo, in smu_alloc_memory_pool()
1268 &memory_pool->mc_address, in smu_alloc_memory_pool()
1269 &memory_pool->cpu_addr); in smu_alloc_memory_pool()
[all …]
H A Damdgpu_smu_v11_0.c667 struct smu_table *memory_pool = &smu_table->memory_pool; in smu_v11_0_notify_memory_pool_location() local
672 if (memory_pool->size == 0 || memory_pool->cpu_addr == NULL) in smu_v11_0_notify_memory_pool_location()
675 address = (uintptr_t)memory_pool->cpu_addr; in smu_v11_0_notify_memory_pool_location()
690 address = memory_pool->mc_address; in smu_v11_0_notify_memory_pool_location()
703 (uint32_t)memory_pool->size); in smu_v11_0_notify_memory_pool_location()
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_rparen_or_rbracket.c68 mpools.pools[i] = (memory_pool){NULL, 0, 0};
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Damdgpu_smu.h274 struct smu_table memory_pool; member
/netbsd-src/external/mit/xorg/lib/gallium.old/
H A DMakefile590 memory_pool.c \