Home
last modified time | relevance | path

Searched refs:di (Results 1 – 25 of 30) sorted by relevance

12

/qemu/pc-bios/optionrom/
H A Dmultiboot.S97 add $4, %di
119 movw %di, %fs:0x2c
128 xor %di, %di
131 cmp %fs:0x2c, %di
133 add $4, %di
136 cmpl $1, %es:16(%di)
140 movl %es:4(%di), %eax
145 movl %es:(%di), %eax
148 addl %es:8(%di), %eax
154 xor %di, %di
[all …]
H A Dkvmvapic.S23 lea vapic, %di
/qemu/hw/mem/
H A Dpc-dimm.c256 PCDIMMDeviceInfo *di = g_new0(PCDIMMDeviceInfo, 1); in pc_dimm_md_fill_device_info() local
262 di->id = g_strdup(dev->id); in pc_dimm_md_fill_device_info()
264 di->hotplugged = dev->hotplugged; in pc_dimm_md_fill_device_info()
265 di->hotpluggable = dc->hotpluggable; in pc_dimm_md_fill_device_info()
266 di->addr = dimm->addr; in pc_dimm_md_fill_device_info()
267 di->slot = dimm->slot; in pc_dimm_md_fill_device_info()
268 di->node = dimm->node; in pc_dimm_md_fill_device_info()
269 di->size = object_property_get_uint(OBJECT(dimm), PC_DIMM_SIZE_PROP, in pc_dimm_md_fill_device_info()
271 di->memdev = object_get_canonical_path(OBJECT(dimm->hostmem)); in pc_dimm_md_fill_device_info()
274 info->u.nvdimm.data = di; in pc_dimm_md_fill_device_info()
[all …]
/qemu/hw/core/
H A Dmachine-hmp-cmds.c258 PCDIMMDeviceInfo *di; in hmp_info_memory_devices() local
269 di = value->type == MEMORY_DEVICE_INFO_KIND_DIMM ? in hmp_info_memory_devices()
273 di->id ? di->id : ""); in hmp_info_memory_devices()
274 monitor_printf(mon, " addr: 0x%" PRIx64 "\n", di->addr); in hmp_info_memory_devices()
275 monitor_printf(mon, " slot: %" PRId64 "\n", di->slot); in hmp_info_memory_devices()
276 monitor_printf(mon, " node: %" PRId64 "\n", di->node); in hmp_info_memory_devices()
277 monitor_printf(mon, " size: %" PRIu64 "\n", di->size); in hmp_info_memory_devices()
278 monitor_printf(mon, " memdev: %s\n", di->memdev); in hmp_info_memory_devices()
280 di->hotplugged ? "true" : "false"); in hmp_info_memory_devices()
282 di->hotpluggable ? "true" : "false"); in hmp_info_memory_devices()
/qemu/hw/arm/
H A Dmcimx7d-sabre.c55 DriveInfo *di; in mcimx7d_sabre_init() local
58 di = drive_get(IF_SD, 0, i); in mcimx7d_sabre_init()
59 blk = di ? blk_by_legacy_dinfo(di) : NULL; in mcimx7d_sabre_init()
H A Dmcimx6ul-evk.c55 DriveInfo *di; in mcimx6ul_evk_init() local
58 di = drive_get(IF_SD, 0, i); in mcimx6ul_evk_init()
59 blk = di ? blk_by_legacy_dinfo(di) : NULL; in mcimx6ul_evk_init()
H A Dcubieboard.c36 DriveInfo *di; in cubieboard_init() local
86 di = drive_get(IF_SD, 0, 0); in cubieboard_init()
87 blk = di ? blk_by_legacy_dinfo(di) : NULL; in cubieboard_init()
H A Dimx25_pdk.c123 DriveInfo *di; in imx25_pdk_init() local
126 di = drive_get(IF_SD, 0, i); in imx25_pdk_init()
127 blk = di ? blk_by_legacy_dinfo(di) : NULL; in imx25_pdk_init()
H A Dorangepi.c35 DriveInfo *di; in orangepi_init() local
82 di = drive_get(IF_SD, 0, 0); in orangepi_init()
83 blk = di ? blk_by_legacy_dinfo(di) : NULL; in orangepi_init()
H A Dbananapi_m2u.c41 DriveInfo *di = drive_get(IF_SD, 0, unit); in mmc_attach_drive() local
42 BlockBackend *blk = di ? blk_by_legacy_dinfo(di) : NULL; in mmc_attach_drive()
H A Draspi.c254 DriveInfo *di; in raspi_base_machine_init() local
279 di = drive_get(IF_SD, 0, 0); in raspi_base_machine_init()
280 blk = di ? blk_by_legacy_dinfo(di) : NULL; in raspi_base_machine_init()
H A Dxilinx_zynq.c288 DriveInfo *di; in zynq_init() local
304 di = drive_get(IF_SD, 0, n); in zynq_init()
305 blk = di ? blk_by_legacy_dinfo(di) : NULL; in zynq_init()
H A Dxlnx-zcu102.c178 DriveInfo *di = drive_get(IF_SD, 0, i); in xlnx_zcu102_init() local
179 BlockBackend *blk = di ? blk_by_legacy_dinfo(di) : NULL; in xlnx_zcu102_init()
H A Dnpcm7xx_boards.c106 DriveInfo *di = drive_get(IF_SD, 0, unit); in sdhci_attach_drive() local
107 BlockBackend *blk = di ? blk_by_legacy_dinfo(di) : NULL; in sdhci_attach_drive()
H A Dexynos4210.c741 DriveInfo *di; in exynos4210_realize() local
763 di = drive_get(IF_SD, 0, n); in exynos4210_realize()
764 blk = di ? blk_by_legacy_dinfo(di) : NULL; in exynos4210_realize()
H A Dvexpress.c515 DriveInfo *di) in ve_pflash_cfi01_register() argument
519 if (di) { in ve_pflash_cfi01_register()
520 qdev_prop_set_drive(dev, "drive", blk_by_legacy_dinfo(di)); in ve_pflash_cfi01_register()
H A Dxlnx-versal-virt.c631 static void sd_plugin_card(SDHCIState *sd, DriveInfo *di) in sd_plugin_card() argument
633 BlockBackend *blk = di ? blk_by_legacy_dinfo(di) : NULL; in sd_plugin_card()
/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c1113 int32_t di; in HELPER() local
1115 di = (di < 0 ? INT32_MAX : INT32_MIN); in HELPER()
1130 int64_t di; in HELPER() local
1132 di = (di < 0 ? INT64_MAX : INT64_MIN); in HELPER()
1181 int32_t di; in HELPER() local
1183 di = (di < 0 ? INT32_MAX : INT32_MIN); in HELPER()
1198 int64_t di; in HELPER() local
1200 di = (di < 0 ? INT64_MAX : INT64_MIN); in HELPER()
1245 uint32_t di; in HELPER() local
1311 di = 0; in HELPER()
[all …]
/qemu/hw/ppc/
H A Dsam460ex.c461 DriveInfo *di; in sam460ex_init() local
463 di = drive_get_by_index(IF_IDE, 0); in sam460ex_init()
464 if (di) { in sam460ex_init()
465 ide_bus_create_drive(&s->bus[0], 0, di); in sam460ex_init()
468 di = drive_get_by_index(IF_IDE, 1) ?: drive_get_by_index(IF_IDE, 2); in sam460ex_init()
469 if (di) { in sam460ex_init()
470 ide_bus_create_drive(&s->bus[1], 0, di); in sam460ex_init()
/qemu/include/hw/xen/interface/arch-x86/
H A Dxen-x86_32.h122 __DECL_REG_LO16(di);
H A Dxen-x86_64.h177 __DECL_REG_LO8(di);
/qemu/tcg/
H A Doptimize.c243 TempOptInfo *di = ts_info(dst_ts); in move_mem_copies() local
250 QSIMPLEQ_CONCAT(&di->mem_copy, &si->mem_copy); in move_mem_copies()
378 TempOptInfo *di; in tcg_opt_gen_mov() local
388 di = ts_info(dst_ts); in tcg_opt_gen_mov()
411 di->z_mask = si->z_mask; in tcg_opt_gen_mov()
412 di->s_mask = si->s_mask; in tcg_opt_gen_mov()
417 di->next_copy = si->next_copy; in tcg_opt_gen_mov()
418 di->prev_copy = src_ts; in tcg_opt_gen_mov()
421 di->is_const = si->is_const; in tcg_opt_gen_mov()
422 di->val = si->val; in tcg_opt_gen_mov()
H A Dtcg-op-vec.c760 TCGArg di = temp_arg(dt); in tcg_gen_cmpsel_vec() local
775 vec_gen_6(INDEX_op_cmpsel_vec, type, vece, ri, ai, bi, ci, di, cond); in tcg_gen_cmpsel_vec()
778 ri, ai, bi, ci, di, cond); in tcg_gen_cmpsel_vec()
/qemu/target/i386/hvf/
H A Dx86.h63 uint16_t di; member
/qemu/target/mips/tcg/
H A Dsysemu_helper.h.inc172 DEF_HELPER_1(di, tl, env)

12