Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu.c64 static GHashTable *general_user_opts; variable
68 g_hash_table_insert(general_user_opts, (gpointer)optname, in cpu_option_add_user_setting()
74 return g_hash_table_contains(general_user_opts, optname); in riscv_cpu_option_set()
1332 general_user_opts = g_hash_table_new(g_str_hash, g_str_equal); in riscv_cpu_init()