Home
last modified time | relevance | path

Searched defs:d (Results 51 – 75 of 455) sorted by relevance

12345678910>>...19

/qemu/libdecnumber/dpd/
H A Ddecimal128.c64 #define DEC_clear(d) memset(d, 0, sizeof(*d)) argument
514 #define decimal128Sign(d) ((unsigned)(d)->bytes[0]>>7) argument
517 #define decimal128Comb(d) (((d)->bytes[0] & 0x7c)>>2) argument
520 #define decimal128ExpCon(d) ((((d)->bytes[0] & 0x03)<<10) \ argument
525 #define decimal128SetSign(d, b) { \ argument
531 #define decimal128SetExpCon(d, e) { \ argument
H A Ddecimal64.c64 #define DEC_clear(d) memset(d, 0, sizeof(*d)) argument
163 Int d=dn->digits; in decimal64FromNumber() local
503 #define decimal64Sign(d) ((unsigned)(d)->bytes[0]>>7) argument
506 #define decimal64Comb(d) (((d)->bytes[0] & 0x7c)>>2) argument
509 #define decimal64ExpCon(d) ((((d)->bytes[0] & 0x03)<<6) \ argument
513 #define decimal64SetSign(d, b) { \ argument
519 #define decimal64SetExpCon(d, e) { \ argument
/qemu/hw/pci-bridge/
H A Dcxl_upstream.c61 static void cxl_usp_write_config(PCIDevice *d, uint32_t address, in cxl_usp_write_config()
74 static uint32_t cxl_usp_read_config(PCIDevice *d, uint32_t address, int len) in cxl_usp_read_config()
98 PCIDevice *d = PCI_DEVICE(qdev); in cxl_usp_reset() local
204 PCIDevice *d = bus->devices[devfn]; in build_cdat_table() local
290 static void cxl_usp_realize(PCIDevice *d, Error **errp) in cxl_usp_realize()
355 static void cxl_usp_exitfn(PCIDevice *d) in cxl_usp_exitfn()
H A Dpcie_pci_bridge.c99 static void pcie_pci_bridge_exit(PCIDevice *d) in pcie_pci_bridge_exit()
109 PCIDevice *d = PCI_DEVICE(qdev); in pcie_pci_bridge_reset() local
117 static void pcie_pci_bridge_write_config(PCIDevice *d, in pcie_pci_bridge_write_config()
H A Dcxl_downstream.c68 static void cxl_dsp_config_write(PCIDevice *d, uint32_t address, in cxl_dsp_config_write()
84 PCIDevice *d = PCI_DEVICE(qdev); in cxl_dsp_reset() local
135 static void cxl_dsp_realize(PCIDevice *d, Error **errp) in cxl_dsp_realize()
202 static void cxl_dsp_exitfn(PCIDevice *d) in cxl_dsp_exitfn()
H A Dcxl_root_port.c78 static int cxl_rp_interrupts_init(PCIDevice *d, Error **errp) in cxl_rp_interrupts_init()
93 static void cxl_rp_interrupts_uninit(PCIDevice *d) in cxl_rp_interrupts_uninit()
234 static void cxl_rp_aer_vector_update(PCIDevice *d) in cxl_rp_aer_vector_update()
243 static void cxl_rp_write_config(PCIDevice *d, uint32_t address, uint32_t val, in cxl_rp_write_config()
/qemu/hw/pci/
H A Dslotid_cap.c10 int slotid_cap_init(PCIDevice *d, int nslots, in slotid_cap_init()
46 void slotid_cap_cleanup(PCIDevice *d) in slotid_cap_cleanup()
H A Dpcie_port.c27 void pcie_port_init_reg(PCIDevice *d) in pcie_port_init_reg()
144 PCIDevice *d = bus->devices[devfn]; in pcie_find_port_by_pn() local
170 PCIDevice *d = bus->devices[devfn]; in pcie_find_port_first() local
190 PCIDevice *d = bus->devices[devfn]; in pcie_count_ds_ports() local
/qemu/hw/display/
H A Dqxl.c326 static void init_qxl_rom(PCIQXLDevice *d) in init_qxl_rom()
398 static void init_qxl_ram(PCIQXLDevice *d) in init_qxl_ram()
1181 static void qxl_update_irq(PCIQXLDevice *d) in qxl_update_irq()
1190 static void qxl_check_state(PCIQXLDevice *d) in qxl_check_state()
1199 static void qxl_reset_state(PCIQXLDevice *d) in qxl_reset_state()
1214 static void qxl_soft_reset(PCIQXLDevice *d) in qxl_soft_reset()
1615 PCIQXLDevice *d = opaque; local
1877 PCIQXLDevice *d = opaque; local
2275 PCIQXLDevice* d = opaque; local
2293 PCIQXLDevice* d = opaque; local
[all …]
H A Dvga-pci.c184 PCIVGAState *d = PCI_VGA(PCI_DEVICE(obj)); in vga_get_big_endian_fb() local
191 PCIVGAState *d = PCI_VGA(PCI_DEVICE(obj)); in vga_set_big_endian_fb() local
210 PCIVGAState *d = container_of(s, PCIVGAState, vga); in pci_std_vga_mmio_region_init() local
238 PCIVGAState *d = PCI_VGA(dev); in pci_std_vga_realize() local
276 PCIVGAState *d = PCI_VGA(dev); in pci_secondary_vga_realize() local
306 PCIVGAState *d = PCI_VGA(dev); in pci_secondary_vga_exit() local
329 PCIVGAState *d = PCI_VGA(PCI_DEVICE(dev)); in pci_secondary_vga_reset() local
H A Dcirrus_vga_rop.h71 #define ROP_OP(st, d, s) glue(rop_8_, ROP_NAME)(st, d, s) argument
72 #define ROP_OP_TR(st, d, s, t) glue(rop_tr_8_, ROP_NAME)(st, d, s, t) argument
73 #define ROP_OP_16(st, d, s) glue(rop_16_, ROP_NAME)(st, d, s) argument
74 #define ROP_OP_TR_16(st, d, s, t) glue(rop_tr_16_, ROP_NAME)(st, d, s, t) argument
75 #define ROP_OP_32(st, d, s) glue(rop_32_, ROP_NAME)(st, d, s) argument
/qemu/hw/net/
H A Dne2000-pci.c57 PCINE2000State *d = DO_UPCAST(PCINE2000State, dev, pci_dev); in pci_ne2000_realize() local
81 PCINE2000State *d = DO_UPCAST(PCINE2000State, dev, pci_dev); in pci_ne2000_exit() local
91 PCINE2000State *d = DO_UPCAST(PCINE2000State, dev, pci_dev); in ne2000_instance_init() local
H A Dvmxnet3.c249 PCIDevice *d = PCI_DEVICE(s); in _vmxnet3_assert_interrupt_line() local
269 PCIDevice *d = PCI_DEVICE(s); in _vmxnet3_deassert_interrupt_line() local
309 PCIDevice *d = PCI_DEVICE(s); in vmxnet3_trigger_interrupt() local
419 PCIDevice *d = PCI_DEVICE(s); in vmxnet3_complete_packet() local
594 PCIDevice *d = PCI_DEVICE(s); in vmxnet3_pop_next_tx_descr() local
691 PCIDevice *d = PCI_DEVICE(s); in vmxnet3_read_next_rx_descr() local
983 PCIDevice *d = PCI_DEVICE(s); in vmxnet3_indicate_packet() local
1182 PCIDevice *d = PCI_DEVICE(s); in vmxnet3_update_rx_mode() local
1192 PCIDevice *d = PCI_DEVICE(s); in vmxnet3_update_vlan_filters() local
1216 PCIDevice *d = PCI_DEVICE(s); in vmxnet3_update_mcast_filters() local
[all …]
/qemu/chardev/
H A Dchar-ringbuf.c50 const RingBufChardev *d = RINGBUF_CHARDEV(chr); in DECLARE_INSTANCE_CHECKER() local
57 RingBufChardev *d = RINGBUF_CHARDEV(chr); in ringbuf_chr_write() local
76 RingBufChardev *d = RINGBUF_CHARDEV(chr); in ringbuf_chr_read() local
90 RingBufChardev *d = RINGBUF_CHARDEV(obj); in char_ringbuf_finalize() local
101 RingBufChardev *d = RINGBUF_CHARDEV(chr); in qemu_chr_open_ringbuf() local
/qemu/hw/s390x/
H A Dvirtio-ccw.c144 static bool virtio_ccw_ioeventfd_enabled(DeviceState *d) in virtio_ccw_ioeventfd_enabled()
853 static void virtio_ccw_notify(DeviceState *d, uint16_t vector) in virtio_ccw_notify()
916 static void virtio_ccw_reset(DeviceState *d) in virtio_ccw_reset()
927 static void virtio_ccw_vmstate_change(DeviceState *d, bool running) in virtio_ccw_vmstate_change()
938 static bool virtio_ccw_query_guest_notifiers(DeviceState *d) in virtio_ccw_query_guest_notifiers()
1067 static int virtio_ccw_set_guest_notifiers(DeviceState *d, int nvqs, in virtio_ccw_set_guest_notifiers()
1129 static void virtio_ccw_save_config(DeviceState *d, QEMUFile *f) in virtio_ccw_save_config()
1135 static int virtio_ccw_load_config(DeviceState *d, QEMUFile *f) in virtio_ccw_load_config()
1141 static void virtio_ccw_pre_plugged(DeviceState *d, Error **errp) in virtio_ccw_pre_plugged()
1152 static void virtio_ccw_device_plugged(DeviceState *d, Error **errp) in virtio_ccw_device_plugged()
[all …]
/qemu/tests/qtest/
H A Ddevice-introspect-test.c55 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in qom_type_index() local
67 QDict *d = qdict_get_qdict(index, type); in qom_has_parent() local
88 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in type_list_find() local
156 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in test_qom_list_parents() local
179 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in test_qom_list_fields() local
285 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in test_abstract_interfaces() local
/qemu/target/alpha/
H A Dgdbstub.c28 CPU_DoubleU d; in alpha_cpu_gdb_read_register() local
63 CPU_DoubleU d; in alpha_cpu_gdb_write_register() local
/qemu/hw/usb/
H A Ddesc.c13 USBDescriptor *d = (void *)dest; in usb_desc_device() local
58 USBDescriptor *d = (void *)dest; in usb_desc_device_qualifier() local
84 USBDescriptor *d = (void *)dest; in usb_desc_config() local
167 USBDescriptor *d = (void *)dest; in usb_desc_iface() local
210 USBDescriptor *d = (void *)dest; in usb_desc_endpoint() local
265 USBDescriptor *d = (void *)dest; in usb_desc_cap_usb2_ext() local
286 USBDescriptor *d = (void *)dest; in usb_desc_cap_super() local
329 USBDescriptor *d = (void *)dest; in usb_desc_bos() local
/qemu/hw/misc/
H A Dpci-testdev.c101 #define IOTEST_REGION(d, i) (IOTEST_IS_MEM(i) ? &(d)->mmio : &(d)->portio) in OBJECT_DECLARE_SIMPLE_TYPE() argument
136 pci_testdev_reset(PCITestDevState *d) in pci_testdev_reset()
155 PCITestDevState *d = opaque; in pci_testdev_write() local
191 PCITestDevState *d = opaque; in pci_testdev_read() local
244 PCITestDevState *d = PCI_TEST_DEV(pci_dev); in pci_testdev_realize() local
303 PCITestDevState *d = PCI_TEST_DEV(dev); in pci_testdev_uninit() local
318 PCITestDevState *d = PCI_TEST_DEV(dev); in qdev_pci_testdev_reset() local
/qemu/hw/virtio/
H A Dvirtio-pci.c58 static inline VirtIOPCIProxy *to_virtio_pci_proxy(DeviceState *d) in to_virtio_pci_proxy()
71 static void virtio_pci_notify(DeviceState *d, uint16_t vector) in virtio_pci_notify()
85 static void virtio_pci_save_config(DeviceState *d, QEMUFile *f) in virtio_pci_save_config()
147 static bool virtio_pci_has_extra_state(DeviceState *d) in virtio_pci_has_extra_state()
177 static int virtio_pci_load_config(DeviceState *d, QEMUFile *f) in virtio_pci_load_config()
312 static bool virtio_pci_ioeventfd_enabled(DeviceState *d) in virtio_pci_ioeventfd_enabled()
1371 static int virtio_pci_query_nvectors(DeviceState *d) in virtio_pci_query_nvectors()
1378 static AddressSpace *virtio_pci_get_dma_as(DeviceState *d) in virtio_pci_get_dma_as()
1386 static bool virtio_pci_iommu_enabled(DeviceState *d) in virtio_pci_iommu_enabled()
1399 static bool virtio_pci_queue_enabled(DeviceState *d, int n) in virtio_pci_queue_enabled()
[all …]
/qemu/scripts/
H A Dvmstate-static-checker.py342 def check_version(s, d, sec, desc=None): argument
362 def check_size(s, d, sec, desc=None, field=None): argument
373 def check_machine_type(s, d): argument
/qemu/hw/rtc/
H A Dm48t59.c548 static void m48t59_reset_sysbus(DeviceState *d) in m48t59_reset_sysbus()
579 M48txxSysBusState *d = M48TXX_SYS_BUS(obj); in m48t59_init1() local
594 M48txxSysBusState *d = M48TXX_SYS_BUS(dev); in m48t59_realize() local
605 M48txxSysBusState *d = M48TXX_SYS_BUS(obj); in m48txx_sysbus_read() local
611 M48txxSysBusState *d = M48TXX_SYS_BUS(obj); in m48txx_sysbus_write() local
617 M48txxSysBusState *d = M48TXX_SYS_BUS(obj); in m48txx_sysbus_toggle_lock() local
/qemu/host/include/ppc/host/crypto/
H A Daes-round.h72 static inline AESStateVec aes_accel_vcipher(AESStateVec d, AESStateVec k) in aes_accel_vcipher()
78 static inline AESStateVec aes_accel_vncipher(AESStateVec d, AESStateVec k) in aes_accel_vncipher()
84 static inline AESStateVec aes_accel_vcipherlast(AESStateVec d, AESStateVec k) in aes_accel_vcipherlast()
90 static inline AESStateVec aes_accel_vncipherlast(AESStateVec d, AESStateVec k) in aes_accel_vncipherlast()
/qemu/hw/i386/xen/
H A Dxen_platform.c117 static bool pci_device_is_passthrough(PCIDevice *d) in pci_device_is_passthrough()
130 static void unplug_nic(PCIBus *b, PCIDevice *d, void *o) in unplug_nic()
217 static void pci_xen_ide_unplug(PCIDevice *d, bool aux) in pci_xen_ide_unplug()
228 static void unplug_disks(PCIBus *b, PCIDevice *d, void *opaque) in unplug_disks()
491 static void platform_ioport_bar_setup(PCIXenPlatformState *d) in platform_ioport_bar_setup()
520 static void platform_mmio_setup(PCIXenPlatformState *d) in platform_mmio_setup()
549 PCIXenPlatformState *d = XEN_PLATFORM(dev); in xen_platform_realize() local
/qemu/hw/isa/
H A Dpiix.c136 PIIXState *d = PIIX_PCI_DEVICE(dev); in piix_reset() local
271 PIIXState *d = opaque; in rcr_write() local
282 PIIXState *d = opaque; in rcr_read() local
300 PIIXState *d = PIIX_PCI_DEVICE(dev); in pci_piix_realize() local
403 PIIXState *d = PIIX_PCI_DEVICE(obj); in pci_piix_init() local
463 PIIXState *d = PIIX_PCI_DEVICE(obj); in piix3_init() local

12345678910>>...19