| /qemu/accel/tcg/ |
| A D | translator.c | 430 uint16_t raw, tgt; in translator_lduw() local 433 tgt = tswap16(raw); in translator_lduw() 436 raw = tswap16(tgt); in translator_lduw() 439 return tgt; in translator_lduw() 444 uint32_t raw, tgt; in translator_ldl() local 447 tgt = tswap32(raw); in translator_ldl() 450 raw = tswap32(tgt); in translator_ldl() 453 return tgt; in translator_ldl() 458 uint64_t raw, tgt; in translator_ldq() local 461 tgt = tswap64(raw); in translator_ldq() [all …]
|
| /qemu/hw/misc/ |
| A D | npcm7xx_mft.c | 139 static int npcm7xx_mft_compare(int32_t src, uint16_t tgt, uint8_t cpcfg) in npcm7xx_mft_compare() argument 144 if ((cpcfg & NPCM7XX_MFT_CPCFG_EQEN) && (src <= tgt)) { in npcm7xx_mft_compare() 145 return tgt; in npcm7xx_mft_compare() 147 if ((cpcfg & NPCM7XX_MFT_CPCFG_LOEN) && (tgt > 0) && (src < tgt)) { in npcm7xx_mft_compare() 148 return tgt - 1; in npcm7xx_mft_compare() 156 Clock *clock, uint32_t max_rpm, uint32_t duty, uint16_t tgt, in npcm7xx_mft_compute_cnt() argument 185 stopped = npcm7xx_mft_compare(count, tgt, cpcfg); in npcm7xx_mft_compute_cnt()
|
| /qemu/roms/ |
| A D | edk2-build.py | 149 def build_copy(plat, tgt, toolchain, dstdir, copy): argument 209 for tgt in tgts: 216 build_run(cmdline + [ '-b', tgt ], 218 build + '.' + tgt, 227 build_copy(b['plat'], tgt,
|
| /qemu/tests/unit/ |
| A D | test-vmstate.c | 773 TestQtailq tgt; in test_load_q() local 775 QTAILQ_INIT(&tgt.q); in test_load_q() 776 vmstate_load_state(fload, &vmstate_q, &tgt, 1); in test_load_q() 779 g_assert_cmpint(tgt.i16, ==, obj_q.i16); in test_load_q() 780 g_assert_cmpint(tgt.i32, ==, obj_q.i32); in test_load_q() 785 TestQtailqElement *qele_to = QTAILQ_FIRST(&tgt.q); in test_load_q() 786 TestQtailqElement *qlast_to = QTAILQ_LAST(&tgt.q); in test_load_q() 803 while (!QTAILQ_EMPTY(&tgt.q)) { in test_load_q() 804 qele = QTAILQ_LAST(&tgt.q); in test_load_q() 805 QTAILQ_REMOVE(&tgt.q, qele, next); in test_load_q()
|
| /qemu/qga/ |
| A D | commands-linux.c | 377 unsigned int pci[4], host, hosts[8], tgt[3]; in build_guest_fsinfo_for_pci_dev() local 417 tgt, tgt + 1, tgt + 2) == 3) { in build_guest_fsinfo_for_pci_dev() 453 disk->unit = tgt[1]; in build_guest_fsinfo_for_pci_dev() 468 disk->unit = tgt[1]; in build_guest_fsinfo_for_pci_dev() 473 disk->unit = tgt[2]; in build_guest_fsinfo_for_pci_dev() 520 unsigned int tgt[3]; in build_guest_fsinfo_for_nonpci_virtio() local 530 &tgt[0], &tgt[1], &tgt[2]) == 3) { in build_guest_fsinfo_for_nonpci_virtio() 533 disk->bus = tgt[0]; in build_guest_fsinfo_for_nonpci_virtio() 534 disk->target = tgt[1]; in build_guest_fsinfo_for_nonpci_virtio() 535 disk->unit = tgt[2]; in build_guest_fsinfo_for_nonpci_virtio()
|
| /qemu/scsi/ |
| A D | qemu-pr-helper.c | 289 struct dm_target_spec *tgt; in is_mpath() local 291 tgt = dm_dev_ioctl(fd, DM_TABLE_STATUS, &dm); in is_mpath() 292 if (!tgt) { in is_mpath() 299 return !strncmp(tgt->target_type, "multipath", DM_MAX_TYPE_NAME); in is_mpath()
|
| /qemu/linux-headers/linux/ |
| A D | vfio.h | 479 __aligned_u64 tgt; member
|
| /qemu/hw/ide/ |
| A D | trace-events | 111 ahci_pio_transfer(void *s, int port, const char *rw, uint32_t size, const char *tgt, const char *sg…
|
| /qemu/hw/scsi/ |
| A D | trace-events | 144 pvscsi_on_cmd_reset_dev(uint32_t tgt, int lun, void* dev) "PVSCSI_CMD_RESET_DEVICE[target %u lun %d… 146 pvscsi_on_cmd_abort(uint64_t ctx, uint32_t tgt) "command PVSCSI_CMD_ABORT_CMD for ctx 0x%"PRIx64", …
|
| /qemu/tcg/ppc/ |
| A D | tcg-target.c.inc | 2286 const void *tgt = ((const void * const *)target)[0]; 2288 intptr_t diff = tcg_pcrel_diff(s, tgt); 2292 tcg_out_b(s, lk, tgt);
|
| /qemu/target/ppc/translate/ |
| A D | vsx-impl.c.inc | 1379 static bool do_xsmadd(DisasContext *ctx, int tgt, int src1, int src2, int src3, 1384 t = gen_vsr_ptr(tgt);
|