Searched refs:type_name (Results 1 – 9 of 9) sorted by relevance
/qemu/target/mips/tcg/system/ |
H A D | special_helper.c | 144 static const char *const type_name[] = { in helper_cache() local 170 cache_operation, type_name[cache_type]); in helper_cache()
|
/qemu/scripts/qapi/ |
H A D | common.py | 67 def c_enum_const(type_name: str, 78 prefix = camel_to_upper(type_name)
|
/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 711 GString *type_name; in locate_fuzz_objects() local 715 type_name = g_string_new(object_get_typename(child)); in locate_fuzz_objects() 716 g_string_ascii_down(type_name); in locate_fuzz_objects() 717 if (g_pattern_match_simple(pattern, type_name->str)) { in locate_fuzz_objects() 747 g_string_free(type_name, true); in locate_fuzz_objects()
|
/qemu/target/sh4/ |
H A D | cpu.c | 338 #define DEFINE_SUPERH_CPU_TYPE(type_name, cinit, initfn) \ argument 340 .name = type_name, \
|
/qemu/target/hexagon/ |
H A D | cpu.c | 379 #define DEFINE_CPU(type_name, initfn) \ argument 381 .name = type_name, \
|
/qemu/target/riscv/ |
H A D | cpu.c | 2849 #define DEFINE_ABSTRACT_RISCV_CPU(type_name, parent_type_name, ...) \ argument 2851 .name = (type_name), \ 2862 #define DEFINE_RISCV_CPU(type_name, parent_type_name, ...) \ argument 2864 .name = (type_name), \ 2874 #define DEFINE_PROFILE_CPU(type_name, parent_type_name, profile_) \ argument 2875 DEFINE_RISCV_CPU(type_name, parent_type_name, \
|
/qemu/ui/ |
H A D | vdagent.c | 121 static const char *type_name[] = { variable 549 trace_vdagent_cb_grab_type(GET_NAME(type_name, *(uint32_t *)data)); in vdagent_clipboard_recv_grab()
|
/qemu/rust/qemu-api/src/ |
H A D | cell.rs | 1035 name += std::any::type_name::<T>();
|
/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 575 type_name = type(value).__name__
|