Home
last modified time | relevance | path

Searched refs:type (Results 251 – 275 of 1474) sorted by relevance

1...<<11121314151617181920>>...59

/qemu/hw/mem/
H A Dcxl_type3.c59 .type = CDAT_TYPE_DSMAS, in ct3_build_cdat_entries_for_mr()
72 .type = CDAT_TYPE_DSLBIS, in ct3_build_cdat_entries_for_mr()
85 .type = CDAT_TYPE_DSLBIS, in ct3_build_cdat_entries_for_mr()
98 .type = CDAT_TYPE_DSLBIS, in ct3_build_cdat_entries_for_mr()
111 .type = CDAT_TYPE_DSLBIS, in ct3_build_cdat_entries_for_mr()
124 .type = CDAT_TYPE_DSEMTS, in ct3_build_cdat_entries_for_mr()
1085 p->type = CXL_POISON_TYPE_INTERNAL; in qmp_cxl_inject_poison()
1142 cxl_err->type = cxl_err_code; in qmp_cxl_inject_uncorrectable_errors()
1320 gem.type = type; in qmp_cxl_inject_general_media_event()
1406 dram.type = type; in qmp_cxl_inject_dram_event()
[all …]
/qemu/net/
H A Dvhost-user.c37 assert(nc->info->type == NET_CLIENT_DRIVER_VHOST_USER); in vhost_user_get_vhost_net()
44 assert(nc->info->type == NET_CLIENT_DRIVER_VHOST_USER); in vhost_user_get_acked_features()
67 assert(ncs[i]->info->type == NET_CLIENT_DRIVER_VHOST_USER); in vhost_user_stop()
90 assert(ncs[i]->info->type == NET_CLIENT_DRIVER_VHOST_USER); in vhost_user_start()
198 assert(nc->info->type == NET_CLIENT_DRIVER_VHOST_USER); in vhost_user_has_vnet_hdr()
205 assert(nc->info->type == NET_CLIENT_DRIVER_VHOST_USER); in vhost_user_has_ufo()
224 .type = NET_CLIENT_DRIVER_VHOST_USER,
425 assert(netdev->type == NET_CLIENT_DRIVER_VHOST_USER); in net_init_vhost_user()
/qemu/hw/core/
H A Dmachine-hmp-cmds.c62 monitor_printf(mon, " type: \"%s\"\n", l->value->type); in hmp_hotpluggable_cpus()
266 switch (value->type) { in hmp_info_memory_devices()
269 di = value->type == MEMORY_DEVICE_INFO_KIND_DIMM ? in hmp_info_memory_devices()
272 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
287 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
296 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
311 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
321 MemoryDeviceInfoKind_str(value->type), in hmp_info_memory_devices()
/qemu/block/
H A Dqcow2.c713 .type = QEMU_OPT_BOOL,
718 .type = QEMU_OPT_BOOL,
723 .type = QEMU_OPT_BOOL,
729 .type = QEMU_OPT_BOOL,
734 .type = QEMU_OPT_BOOL,
751 .type = QEMU_OPT_BOOL,
756 .type = QEMU_OPT_BOOL,
761 .type = QEMU_OPT_BOOL,
2137 QCow2SubclusterType type; in qcow2_co_block_status() local
2381 QCow2SubclusterType type; in qcow2_co_preadv_part() local
[all …]
/qemu/tests/qtest/
H A Dreadconfig-test.c128 const char *type) in test_object_available() argument
135 g_autofree char *childtype = g_strdup_printf("child<%s>", type); in test_object_available()
147 if (g_str_equal(obj->name, name) && g_str_equal(obj->type, childtype)) { in test_object_available()
228 const char *type; member
242 if (!qtest_has_device(devices[i].type)) { in test_docs_q35()
287 test_object_available(qobj, devices[i].name, devices[i].type); in test_docs_q35()
/qemu/target/hexagon/
H A Dattribs_def.h.inc88 DEF_ATTRIB(JUMP, "Jump-type instruction", "", "")
139 DEF_ATTRIB(RESTRICT_PACKET_AXOK, "May exist with A-type or X-type", "", "")
145 DEF_ATTRIB(RET_TYPE, "return type", "", "")
146 DEF_ATTRIB(DCZEROA, "dczeroa type", "", "")
147 DEF_ATTRIB(ICFLUSHOP, "icflush op type", "", "")
148 DEF_ATTRIB(DCFLUSHOP, "dcflush op type", "", "")
149 DEF_ATTRIB(L2FLUSHOP, "l2flush op type", "", "")
150 DEF_ATTRIB(DCFETCH, "dcfetch type", "", "")
152 DEF_ATTRIB(L2FETCH, "Instruction is l2fetch type", "", "")
/qemu/include/standard-headers/linux/
H A Dvhost_types.h90 uint8_t type; member
97 int type; member
105 uint32_t type; member
/qemu/tcg/s390x/
H A Dtcg-target.c.inc470 switch (type) {
560 if (type == TCG_TYPE_I32) {
847 switch (type) {
901 if (type == TCG_TYPE_I32) {
1013 switch (type) {
1046 switch (type) {
1264 if (type == TCG_TYPE_I32) {
1301 if (type == TCG_TYPE_I32) {
1535 if (type == TCG_TYPE_I32) {
1962 ldst->type = data_type;
[all …]
/qemu/hw/acpi/
H A Dhmat.c204 int i, hierarchy, type, cache_level, total_levels; in hmat_build_table_structs() local
239 for (type = HMAT_LB_DATA_ACCESS_LATENCY; in hmat_build_table_structs()
240 type <= HMAT_LB_DATA_WRITE_BANDWIDTH; type++) { in hmat_build_table_structs()
241 hmat_lb = numa_state->hmat_lb[hierarchy][type]; in hmat_build_table_structs()
/qemu/target/i386/tcg/
H A Daccess.c13 MMUAccessType type, int mmu_idx, uintptr_t ra) in access_prepare_mmu() argument
31 haddr1 = probe_access(env, vaddr, size1, type, mmu_idx, ra); in access_prepare_mmu()
35 haddr2 = probe_access(env, vaddr + size1, size2, type, mmu_idx, ra); in access_prepare_mmu()
49 unsigned size, MMUAccessType type, uintptr_t ra) in access_prepare() argument
52 access_prepare_mmu(ret, env, vaddr, size, type, mmu_idx, ra); in access_prepare()
/qemu/tests/qapi-schema/
H A Dmeson.build50 'bad-type-bool.json',
51 'bad-type-dict.json',
52 'bad-type-int.json',
91 'double-type.json',
108 'features-bad-type.json',
136 'missing-type.json',
154 'redefined-type.json',
161 'reserved-type-list.json',
164 'returns-bad-type.json',
179 'type-bypass-bad-gen.json',
[all …]
/qemu/hw/arm/
H A Dsmmu-common.c222 info->type = SMMU_PTW_ERR_WALK_EABT; in get_pte()
312 info->type = SMMU_PTW_ERR_TRANSLATION; in smmu_ptw_64_s1()
374 info->type = SMMU_PTW_ERR_ACCESS; in smmu_ptw_64_s1()
380 info->type = SMMU_PTW_ERR_PERMISSION; in smmu_ptw_64_s1()
392 info->type = SMMU_PTW_ERR_TRANSLATION; in smmu_ptw_64_s1()
440 info->type = SMMU_PTW_ERR_TRANSLATION; in smmu_ptw_64_s2()
486 info->type = SMMU_PTW_ERR_ACCESS; in smmu_ptw_64_s2()
492 info->type = SMMU_PTW_ERR_PERMISSION; in smmu_ptw_64_s2()
501 info->type = SMMU_PTW_ERR_ADDR_SIZE; in smmu_ptw_64_s2()
513 info->type = SMMU_PTW_ERR_TRANSLATION; in smmu_ptw_64_s2()
[all …]
/qemu/backends/tpm/
H A Dtrace-events29 tpm_emulator_get_state_blob(uint8_t type, uint32_t size, uint32_t flags) "got state blob type %d, %…
30 tpm_emulator_set_state_blob(uint8_t type, uint32_t size, uint32_t flags) "set state blob type %d, %…
/qemu/scripts/ci/
H A Dgitlab-pipeline-status125 parser.add_argument('-t', '--timeout', type=int, default=7200,
129 parser.add_argument('-i', '--interval', type=int, default=60,
136 parser.add_argument('-p', '--project-id', type=int, default=11167699,
140 parser.add_argument('-b', '--branch', type=str, default="staging",
/qemu/target/s390x/
H A Dcpu_models.c33 .type = _type, \
197 void s390_get_feat_block(S390FeatType type, uint8_t *data) in s390_get_feat_block() argument
204 s390_fill_feat_block(cpu->model->features, type, data); in s390_get_feat_block()
265 uint8_t s390_get_gen_for_cpu_type(uint16_t type) in s390_get_gen_for_cpu_type() argument
270 if (s390_cpu_defs[i].type == type) { in s390_get_gen_for_cpu_type()
287 if (!gen && type) { in s390_find_cpu_def()
288 gen = s390_get_gen_for_cpu_type(type); in s390_find_cpu_def()
318 if (def->type == type && def->ec_ga == ec_ga) { in s390_find_cpu_def()
322 if (def->type == type) { in s390_find_cpu_def()
756 void s390_set_qemu_cpu_model(uint16_t type, uint8_t gen, uint8_t ec_ga, in s390_set_qemu_cpu_model() argument
[all …]
H A Dcpu_models_sysemu.c219 CpuModelExpansionInfo *qmp_query_cpu_model_expansion(CpuModelExpansionType type, in qmp_query_cpu_model_expansion() argument
235 if (type == CPU_MODEL_EXPANSION_TYPE_STATIC) { in qmp_query_cpu_model_expansion()
237 } else if (type != CPU_MODEL_EXPANSION_TYPE_FULL) { in qmp_query_cpu_model_expansion()
361 if (modela.def->type == modelb.def->type) { in qmp_query_cpu_model_baseline()
362 cpu_type = modela.def->type; in qmp_query_cpu_model_baseline()
369 cpu_type = modelb.def->type; in qmp_query_cpu_model_baseline()
373 cpu_type = modela.def->type; in qmp_query_cpu_model_baseline()
/qemu/hw/virtio/
H A Dvhost-backend.c256 if (msg.type != VHOST_IOTLB_MSG_V2) { in vhost_kernel_iotlb_read()
271 if (msg.type != VHOST_IOTLB_MSG) { in vhost_kernel_iotlb_read()
287 msg.type = VHOST_IOTLB_MSG_V2; in vhost_kernel_send_device_iotlb_msg()
297 msg.type = VHOST_IOTLB_MSG; in vhost_kernel_send_device_iotlb_msg()
366 imsg.type = VHOST_IOTLB_UPDATE; in vhost_backend_update_device_iotlb()
395 imsg.type = VHOST_IOTLB_INVALIDATE; in vhost_backend_invalidate_device_iotlb()
413 switch (imsg->type) { in vhost_backend_handle_iotlb_msg()
/qemu/scripts/
H A Dget_maintainer.pl266 my $type = $1;
270 if ($type eq "F" || $type eq "X") {
278 } elsif ($type eq "K") {
501 my $type = $1;
503 if ($type eq 'S') {
519 my $type = $1;
521 if ($type eq 'M') {
568 my $type = $1;
570 if ($type eq 'X') {
583 my $type = $1;
[all …]
/qemu/util/
H A Dqemu-sockets.c1075 switch (addr->type) { in socket_uri()
1121 addr->type = SOCKET_ADDRESS_TYPE_INET; in socket_parse()
1126 addr->type = SOCKET_ADDRESS_TYPE_INET; in socket_parse()
1186 switch (addr->type) { in socket_connect()
1214 switch (addr->type) { in socket_listen()
1285 switch (remote->type) { in socket_dgram()
1321 addr->type = SOCKET_ADDRESS_TYPE_INET; in socket_sockaddr_to_address_inet()
1344 addr->type = SOCKET_ADDRESS_TYPE_UNIX; in socket_sockaddr_to_address_unix()
1373 addr->type = SOCKET_ADDRESS_TYPE_VSOCK; in socket_sockaddr_to_address_vsock()
1449 switch (addr_legacy->type) { in socket_address_flatten()
[all …]
/qemu/docs/specs/
H A Dfsi.rst51 'config' member of LBusDeviceClass to match the engine's type.
82 type System
88 type opb
91 type fsi.bus
95 type lbus
99 type opb
102 type fsi.bus
106 type lbus
/qemu/accel/kvm/
H A Dkvm-all.c2362 int type; in kvm_init() local
2437 if (type < 0) { in kvm_init()
3135 va_start(ap, type); in kvm_ioctl()
3139 trace_kvm_ioctl(type, arg); in kvm_ioctl()
3140 ret = ioctl(s->fd, type, arg); in kvm_ioctl()
3153 va_start(ap, type); in kvm_vm_ioctl()
3173 va_start(ap, type); in kvm_vcpu_ioctl()
3193 va_start(ap, type); in kvm_device_ioctl()
3199 ret = ioctl(fd, type, arg); in kvm_device_ioctl()
3538 create_dev.type = type; in kvm_create_device()
[all …]
/qemu/ui/
H A Dconsole.c651 update = type; in console_handle_touch_event()
1544 assert(ui->type < DISPLAY_TYPE__MAX); in qemu_display_register()
1545 dpys[ui->type] = ui; in qemu_display_register()
1574 opts->type = prio[i]; in qemu_display_find_default()
1586 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
1593 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
1598 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
1609 assert(dpys[opts->type] != NULL); in qemu_display_init()
1610 dpys[opts->type]->init(ds, opts); in qemu_display_init()
1622 if (dpys[opts->type] && dpys[opts->type]->vc) { in qemu_display_get_vc()
[all …]
/qemu/tests/qemu-iotests/
H A D225.out8 QEMU X.Y.Z monitor - type 'help' for more information
15 QEMU X.Y.Z monitor - type 'help' for more information
21 QEMU X.Y.Z monitor - type 'help' for more information
/qemu/include/block/
H A Draw-aio.h61 int type, uint64_t dev_max_batch);
73 QEMUIOVector *qiov, int type);
86 BlockCompletionFunc *cb, void *opaque, int type);
/qemu/qapi/
H A Dyank.json52 # @type: yank instance type
67 'base': { 'type': 'YankInstanceType' },
68 'discriminator': 'type',

1...<<11121314151617181920>>...59