Home
last modified time | relevance | path

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

/qemu/target/riscv/tcg/
H A Dtcg-cpu.c37 static GHashTable *misa_ext_user_opts; variable
47 return g_hash_table_contains(misa_ext_user_opts, in cpu_misa_ext_is_user_set()
59 g_hash_table_insert(misa_ext_user_opts, GUINT_TO_POINTER(bit), in cpu_misa_ext_add_user_opt()
1344 misa_ext_user_opts = g_hash_table_new(NULL, g_direct_equal); in riscv_tcg_cpu_instance_init()