Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Daspeed_gpio.c400 int cmd_source; in update_value_control_source() local
409 cmd_source = extract32(regs->cmd_source_0, i, 1) in update_value_control_source()
412 if (source == cmd_source) { in update_value_control_source()
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c721 g_autofree gchar *cmd_source = NULL; in test_migrate_start() local
821 cmd_source = g_strdup_printf("-accel kvm%s -accel tcg " in test_migrate_start()
836 *from = qtest_init_with_env(QEMU_ENV_SRC, cmd_source); in test_migrate_start()