Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dvsx-ops.c.inc12 #define GEN_XX1FORM(name, opc2, opc3, fl2) \
13 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 0, opc3, 0, PPC_NONE, fl2), \
14 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 1, opc3, 0, PPC_NONE, fl2)
16 #define GEN_XX2FORM(name, opc2, opc3, fl2) \
17 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 0, opc3, 0, PPC_NONE, fl2), \
18 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 1, opc3, 0, PPC_NONE, fl2)
20 #define GEN_XX2FORM_EXT(name, opc2, opc3, fl2) \
21 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 0, opc3, 0x00100000, PPC_NONE, fl2), \
22 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 1, opc3, 0x00100000, PPC_NONE, fl2)
24 #define GEN_XX2FORM_EO(name, opc2, opc3, opc4, fl2) \
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c234 BlockDriverState *fl2 = pass_through_node("fl2"); in test_parallel_exclusive_write() local
237 bdrv_drained_begin(fl2); in test_parallel_exclusive_write()
254 bdrv_attach_child(fl2, base, "backing", &child_of_bds, in test_parallel_exclusive_write()
258 bdrv_replace_node(fl1, fl2, &error_abort); in test_parallel_exclusive_write()
261 bdrv_drained_end(fl2); in test_parallel_exclusive_write()
265 bdrv_unref(fl2); in test_parallel_exclusive_write()
357 BlockDriverState *fl2 = pass_through_node("fl2"); in test_parallel_perm_update() local
371 c_fl2 = bdrv_attach_child(ws, fl2, "second", &child_of_bds, in test_parallel_perm_update()
376 bdrv_attach_child(fl2, base, "backing", &child_of_bds, in test_parallel_perm_update()