Home
last modified time | relevance | path

Searched defs:d (Results 151 – 175 of 455) sorted by relevance

12345678910>>...19

/qemu/accel/tcg/
H A Dtcg-accel-ops-mttcg.c44 static void do_nothing(CPUState *cpu, run_on_cpu_data d) in do_nothing()
/qemu/hw/audio/
H A Des1370.c329 struct chan *d = &s->chan[i]; in es1370_reset() local
391 struct chan *d = &s->chan[i]; in es1370_update_voices() local
464 struct chan *d = &s->chan[0]; in es1370_write() local
534 struct chan *d = &s->chan[0]; in es1370_read() local
604 static void es1370_transfer_audio (ES1370State *s, struct chan *d, int loop_sel, in es1370_transfer_audio()
701 struct chan *d = &s->chan[chan]; in es1370_run_channel() local
/qemu/hw/display/
H A Dtcx.c138 static void tcx_draw_line32(TCXState *s1, uint8_t *d, in tcx_draw_line32()
151 static void tcx_draw_cursor32(TCXState *s1, uint8_t *d, in tcx_draw_cursor32()
181 static inline void tcx24_draw_line32(TCXState *s1, uint8_t *d, in tcx24_draw_line32()
219 uint8_t *d, *s; in tcx_update_display() local
269 uint8_t *d, *s; in tcx24_update_display() local
360 static void tcx_reset(DeviceState *d) in tcx_reset()
/qemu/hw/pci-host/
H A Dxilinx-pcie.c189 static uint32_t xilinx_pcie_root_config_read(PCIDevice *d, in xilinx_pcie_root_config_read()
236 static void xilinx_pcie_root_config_write(PCIDevice *d, uint32_t address, in xilinx_pcie_root_config_write()
H A Dq35.c465 static void mch_write_config(PCIDevice *d, in mch_write_config()
545 PCIDevice *d = PCI_DEVICE(qdev); in mch_reset() local
569 static void mch_realize(PCIDevice *d, Error **errp) in mch_realize()
/qemu/hw/xen/
H A Dxen_pvdev.c45 struct xs_dirs *d; in xenstore_cleanup_dir() local
54 struct xs_dirs *d; in xen_config_cleanup() local
H A Dxen_pt_msi.c162 PCIDevice *d = &s->dev; in msi_msix_update() local
201 PCIDevice *d = &s->dev; in msi_msix_disable() local
531 PCIDevice *d = &s->dev; in xen_pt_msix_init() local
/qemu/tests/multiboot/
H A Dlibc.c27 char *d = dest; in memcpy() local
/qemu/crypto/
H A Drsakey.h47 QCryptoAkCipherMPI d; member
/qemu/tests/unit/
H A Dtest-qmp-event.c29 void test_qapi_event_emit(test_QAPIEvent event, QDict *d) in test_qapi_event_emit()
/qemu/bsd-user/
H A Dsignal.c101 static void host_to_target_sigset_internal(target_sigset_t *d, in host_to_target_sigset_internal()
114 void host_to_target_sigset(target_sigset_t *d, const sigset_t *s) in host_to_target_sigset()
125 static void target_to_host_sigset_internal(sigset_t *d, in target_to_host_sigset_internal()
138 void target_to_host_sigset(sigset_t *d, const target_sigset_t *s) in target_to_host_sigset()
/qemu/linux-user/
H A Dthunk.c224 uint8_t *d; in thunk_convert() local
244 uint8_t *d; in thunk_convert() local
/qemu/include/qemu/
H A Dcpuid.h97 unsigned a, d; in xgetbv_low() local
/qemu/hw/ppc/
H A Dspapr_drc.c397 void spapr_drc_attach(SpaprDrc *drc, DeviceState *d) in spapr_drc_attach()
517 static void drc_realize(DeviceState *d, Error **errp) in drc_realize()
542 static void drc_unrealize(DeviceState *d) in drc_unrealize()
632 static void realize_physical(DeviceState *d, Error **errp) in realize_physical()
649 static void unrealize_physical(DeviceState *d) in unrealize_physical()
/qemu/hw/net/
H A De1000.c277 PCIDevice *d = PCI_DEVICE(s); in set_interrupt_cause() local
378 E1000State *d = E1000(obj); in e1000_reset_hold() local
642 PCIDevice *d = PCI_DEVICE(s); in process_tx_desc() local
732 PCIDevice *d = PCI_DEVICE(s); in txdesc_writeback() local
756 PCIDevice *d = PCI_DEVICE(s); in start_xmit() local
878 PCIDevice *d = PCI_DEVICE(s); in e1000_receive_iov() local
1587 e1000_mmio_setup(E1000State *d) in e1000_mmio_setup()
1607 E1000State *d = E1000(dev); in pci_e1000_uninit() local
1640 E1000State *d = E1000(pci_dev); in pci_e1000_realize() local
H A De1000x_common.c37 bool e1000x_rx_ready(PCIDevice *d, uint32_t *mac) in e1000x_rx_ready()
297 e1000x_read_tx_ctx_descr(struct e1000_context_desc *d, in e1000x_read_tx_ctx_descr()
/qemu/hw/s390x/
H A Dccw-device.h43 static inline CcwDevice *to_ccw_dev_fast(DeviceState *d) in to_ccw_dev_fast()
/qemu/tests/tcg/m68k/
H A Ddenormal.c21 long double d; in dump_ld() member
/qemu/hw/remote/
H A Dproxy.c172 static uint32_t pci_proxy_read_config(PCIDevice *d, uint32_t addr, int len) in pci_proxy_read_config()
181 static void pci_proxy_write_config(PCIDevice *d, uint32_t addr, uint32_t val, in pci_proxy_write_config()
/qemu/hw/misc/
H A Dapplesmc.c150 struct AppleSMCData *d; in applesmc_find_key() local
164 const struct AppleSMCData *d; in applesmc_io_data_write() local
344 struct AppleSMCData *d, *next; in applesmc_unrealize() local
/qemu/hw/scsi/
H A Dvmw_pvscsi.c364 PCIDevice *d = PCI_DEVICE(s); in pvscsi_update_irq_status() local
656 pvscsi_queue_pending_descriptor(PVSCSIState *s, SCSIDevice **d, in pvscsi_queue_pending_descriptor()
702 PCIDevice *d = PCI_DEVICE(s); in pvscsi_build_sglist() local
716 SCSIDevice *d; in pvscsi_process_request_descriptor() local
1111 PCIDevice *d = PCI_DEVICE(s); in pvscsi_init_msi() local
1126 PCIDevice *d = PCI_DEVICE(s); in pvscsi_cleanup_msi() local
1210 PCIDevice *d = PCI_DEVICE(dev); in pvscsi_reset() local
/qemu/target/cris/
H A Dtranslate.c261 static void t_gen_lsl(TCGv d, TCGv a, TCGv b) in t_gen_lsl()
275 static void t_gen_lsr(TCGv d, TCGv a, TCGv b) in t_gen_lsr()
290 static void t_gen_asr(TCGv d, TCGv a, TCGv b) in t_gen_asr()
304 static void t_gen_cris_dstep(TCGv d, TCGv a, TCGv b) in t_gen_cris_dstep()
336 static inline void t_gen_add_flag(TCGv d, int flag) in t_gen_add_flag()
376 static inline void t_gen_swapb(TCGv d, TCGv s) in t_gen_swapb()
393 static inline void t_gen_swapw(TCGv d, TCGv s) in t_gen_swapw()
416 static void t_gen_swapr(TCGv d, TCGv s) in t_gen_swapr()
720 TCGv d, TCGv op_a, TCGv op_b, int size) in cris_alu()
1050 static inline void t_gen_sext(TCGv d, TCGv s, int size) in t_gen_sext()
[all …]
/qemu/tests/tcg/i386/
H A Dtest-i386-snan-convert.c22 union { double d; uint64_t u; } u = { .d = x }; in issignaling_d() member
/qemu/tests/qtest/
H A Dvirtio-blk-test.c62 static inline void virtio_blk_fix_request(QVirtioDevice *d, QVirtioBlkReq *req) in virtio_blk_fix_request()
72 static inline void virtio_blk_fix_dwz_hdr(QVirtioDevice *d, in virtio_blk_fix_dwz_hdr()
82 static uint64_t virtio_blk_request(QGuestAllocator *alloc, QVirtioDevice *d, in virtio_blk_request()
/qemu/target/s390x/tcg/
H A Dvec_int_helper.c37 static void s390_vec_shl(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shl()
58 static void s390_vec_sar(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_sar()
80 static void s390_vec_shr(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shr()

12345678910>>...19