Home
last modified time | relevance | path

Searched refs:fl1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c233 BlockDriverState *fl1 = pass_through_node("fl1"); in test_parallel_exclusive_write() local
236 bdrv_drained_begin(fl1); in test_parallel_exclusive_write()
245 bdrv_ref(fl1); in test_parallel_exclusive_write()
248 bdrv_attach_child(top, fl1, "backing", &child_of_bds, in test_parallel_exclusive_write()
251 bdrv_attach_child(fl1, base, "backing", &child_of_bds, in test_parallel_exclusive_write()
258 bdrv_replace_node(fl1, fl2, &error_abort); in test_parallel_exclusive_write()
262 bdrv_drained_end(fl1); in test_parallel_exclusive_write()
264 bdrv_unref(fl1); in test_parallel_exclusive_write()
356 BlockDriverState *fl1 = pass_through_node("fl1"); in test_parallel_perm_update() local
369 c_fl1 = bdrv_attach_child(ws, fl1, "first", &child_of_bds, in test_parallel_perm_update()
[all …]
/openbmc/qemu/target/openrisc/
H A Ddisas.c76 INSN(fl1, "r%d, r%d", a->d, a->a)