/qemu/hw/misc/ |
H 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 186 stopped = npcm7xx_mft_compare(count, tgt, cpcfg); in npcm7xx_mft_compute_cnt()
|
/qemu/roms/ |
H 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/ |
H 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/ |
H A D | commands-linux.c | 402 unsigned int pci[4], host, hosts[8], tgt[3]; in build_guest_fsinfo_for_pci_dev() local 442 tgt, tgt + 1, tgt + 2) == 3) { in build_guest_fsinfo_for_pci_dev() 478 disk->unit = tgt[1]; in build_guest_fsinfo_for_pci_dev() 493 disk->unit = tgt[1]; in build_guest_fsinfo_for_pci_dev() 498 disk->unit = tgt[2]; in build_guest_fsinfo_for_pci_dev() 545 unsigned int tgt[3]; in build_guest_fsinfo_for_nonpci_virtio() local 555 &tgt[0], &tgt[1], &tgt[2]) == 3) { in build_guest_fsinfo_for_nonpci_virtio() 558 disk->bus = tgt[0]; in build_guest_fsinfo_for_nonpci_virtio() 559 disk->target = tgt[1]; in build_guest_fsinfo_for_nonpci_virtio() 560 disk->unit = tgt[2]; in build_guest_fsinfo_for_nonpci_virtio()
|
/qemu/scsi/ |
H 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/ |
H A D | vfio.h | 479 __aligned_u64 tgt; member
|
/qemu/hw/ide/ |
H 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/ |
H 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/target/ppc/translate/ |
H 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);
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2242 const void *tgt = ((const void * const *)target)[0]; 2244 intptr_t diff = tcg_pcrel_diff(s, tgt); 2248 tcg_out_b(s, lk, tgt);
|