Home
last modified time | relevance | path

Searched refs:shres_create (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dco-shared-resource.h37 SharedResource *shres_create(uint64_t total);
/openbmc/qemu/util/
H A Dqemu-co-shared-resource.c40 SharedResource *shres_create(uint64_t total) in shres_create() function
/openbmc/qemu/block/
H A Dblock-copy.c433 .mem = shres_create(BLOCK_COPY_MAX_MEM), in block_copy_state_new()