Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c41 static GHashTable *misa_ext_user_opts; variable
54 return g_hash_table_contains(misa_ext_user_opts, in cpu_misa_ext_is_user_set()
66 g_hash_table_insert(misa_ext_user_opts, GUINT_TO_POINTER(bit), in cpu_misa_ext_add_user_opt()
1381 misa_ext_user_opts = g_hash_table_new(NULL, g_direct_equal); in riscv_tcg_cpu_instance_init()