Home
last modified time | relevance | path

Searched refs:mem_allocated (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.c576 unsigned long long mem_allocated = 0; in init_shared_mem() local
622 mem_allocated += list_holder_size; in init_shared_mem()
669 mem_allocated += PAGE_SIZE; in init_shared_mem()
692 mem_allocated += (size * sizeof(u64)); in init_shared_mem()
750 mem_allocated += size; in init_shared_mem()
759 mem_allocated += size; in init_shared_mem()
799 mem_allocated += size; in init_shared_mem()
808 mem_allocated += size; in init_shared_mem()
815 mem_allocated += size; in init_shared_mem()
825 mem_allocated += size; in init_shared_mem()
[all …]
H A Ds2io.h98 unsigned long long mem_allocated; member
/openbmc/qemu/tcg/
H A Dtcg.c1599 ts->mem_allocated = 1; in tcg_global_mem_new_internal()
1610 ts2->mem_allocated = 1; in tcg_global_mem_new_internal()
1621 ts->mem_allocated = 1; in tcg_global_mem_new_internal()
2409 ts->mem_allocated = 0; in tcg_reg_alloc_start()
4185 ts[i].mem_allocated = 1; in temp_allocate_frame()
4190 ts->mem_allocated = 1; in temp_allocate_frame()
4264 if (!ts->mem_allocated) { in temp_sync()
4639 if (!ots->mem_allocated) { in tcg_reg_alloc_mov()
4674 if (!ts->mem_allocated) { in tcg_reg_alloc_mov()
5429 if (!ts->mem_allocated) { in tcg_reg_alloc_call()
[all …]
/openbmc/qemu/include/tcg/
H A Dtcg.h387 unsigned int mem_allocated:1; member