/qemu/hw/xen/ |
H A D | xen-host-pci-device.c | 276 int pos, void *buf, int len) in xen_host_pci_config_read() 290 int pos, const void *buf, int len) in xen_host_pci_config_write() 304 int xen_host_pci_get_byte(XenHostPCIDevice *d, int pos, uint8_t *p) in xen_host_pci_get_byte() 314 int xen_host_pci_get_word(XenHostPCIDevice *d, int pos, uint16_t *p) in xen_host_pci_get_word() 324 int xen_host_pci_get_long(XenHostPCIDevice *d, int pos, uint32_t *p) in xen_host_pci_get_long() 334 int xen_host_pci_get_block(XenHostPCIDevice *d, int pos, uint8_t *buf, int len) in xen_host_pci_get_block() 339 int xen_host_pci_set_byte(XenHostPCIDevice *d, int pos, uint8_t data) in xen_host_pci_set_byte() 344 int xen_host_pci_set_word(XenHostPCIDevice *d, int pos, uint16_t data) in xen_host_pci_set_word() 350 int xen_host_pci_set_long(XenHostPCIDevice *d, int pos, uint32_t data) in xen_host_pci_set_long() 356 int xen_host_pci_set_block(XenHostPCIDevice *d, int pos, uint8_t *buf, int len) in xen_host_pci_set_block() [all …]
|
/qemu/hw/uefi/ |
H A D | var-service-utils.c | 25 size_t pos = 0; in uefi_str_is_valid() local 52 size_t pos = 0; in uefi_strlen() local 69 size_t pos = 0; in uefi_str_equal_ex() local
|
H A D | var-service-siglist.c | 172 uint64_t pos = 0, start; in uefi_vars_siglist_blob_generate() local
|
/qemu/hw/pci/ |
H A D | pcie.c | 223 int pos; in pcie_cap_init() local 260 int pos; in pcie_cap_v1_init() local 330 uint32_t pos = dev->exp.exp_cap; in pcie_cap_get_type() local 338 uint32_t pos = dev->exp.exp_cap; in pcie_cap_get_version() local 363 uint32_t pos = dev->exp.exp_cap; in pcie_cap_deverr_init() local 384 uint32_t pos = dev->exp.exp_cap; in pcie_cap_lnkctl_init() local 398 uint32_t pos = dev->exp.exp_cap; in hotplug_event_update_event_status() local 670 uint32_t pos = dev->exp.exp_cap; in pcie_cap_slot_init() local 791 uint32_t pos = dev->exp.exp_cap; in pcie_cap_slot_get() local 823 uint32_t pos = dev->exp.exp_cap; in pcie_cap_slot_write_config() local [all …]
|
/qemu/hw/pci-host/ |
H A D | xen_igd_pt.c | 49 static void host_pci_config_read(int pos, int len, uint32_t *val, Error **errp) in host_pci_config_read() 85 int pos, len; in igd_pt_i440fx_realize() local
|
/qemu/util/ |
H A D | hbitmap.c | 109 size_t pos = hbi->pos; in hbitmap_iter_skip_words() local 172 uint64_t pos; in hbitmap_iter_init() local 222 size_t pos = (start >> hb->granularity) >> BITS_PER_LEVEL; in hbitmap_next_zero() local 390 size_t pos; in hb_count_between() local 434 size_t pos = start >> BITS_PER_LEVEL; in hb_set_between() local 512 size_t pos = start >> BITS_PER_LEVEL; in hb_reset_between() local 620 uint64_t pos = item >> hb->granularity; in hbitmap_get() local
|
/qemu/tests/tcg/mips/user/ase/dsp/ |
H A D | test_dsp_r1_extpdp.c | 6 int rt, ach, acl, dsp, pos, efi; in main() local
|
H A D | test_dsp_r1_extpdpv.c | 6 int rt, rs, ach, acl, dsp, pos, efi; in main() local
|
/qemu/replay/ |
H A D | replay-audio.c | 40 int pos; in replay_audio_in() local
|
/qemu/hw/vfio/ |
H A D | pci.c | 1415 static bool vfio_msi_setup(VFIOPCIDevice *vdev, int pos, Error **errp) in vfio_msi_setup() 1630 uint8_t pos; in vfio_msix_early_setup() local 1727 static bool vfio_msix_setup(VFIOPCIDevice *vdev, int pos, Error **errp) in vfio_msix_setup() 1932 static uint8_t vfio_std_cap_max_size(PCIDevice *pdev, uint8_t pos) in vfio_std_cap_max_size() 1948 static uint16_t vfio_ext_cap_max_size(const uint8_t *config, uint16_t pos) in vfio_ext_cap_max_size() 1967 static void vfio_add_emulated_word(VFIOPCIDevice *vdev, int pos, in vfio_add_emulated_word() 1980 static void vfio_add_emulated_long(VFIOPCIDevice *vdev, int pos, in vfio_add_emulated_long() 1996 uint8_t *pos; in vfio_pci_enable_rp_atomics() local 2055 uint8_t *pos = parent->config + parent->exp.exp_cap + PCI_EXP_DEVCAP2; in vfio_pci_disable_rp_atomics() local 2063 static bool vfio_setup_pcie_cap(VFIOPCIDevice *vdev, int pos, uint8_t size, in vfio_setup_pcie_cap() [all …]
|
/qemu/include/qemu/ |
H A D | hbitmap.h | 43 size_t pos; member
|
/qemu/hw/audio/ |
H A D | gus.c | 54 int pos, left, shift, irqs; member 83 int pos = s->pos; in write_audio() local 187 int pos = dma_pos, mode, left = dma_len - dma_pos; in GUS_read_DMA() local
|
H A D | adlib.c | 73 int left, pos, samples; member 158 int pos = s->pos; in write_audio() local
|
/qemu/block/ |
H A D | qed-cluster.c | 92 uint64_t pos, size_t *len, in qed_find_cluster()
|
/qemu/hw/usb/ |
H A D | desc.c | 130 int pos = 0; in usb_desc_iface_group() local 166 int i, rc, pos = 0; in usb_desc_iface() local 594 uint8_t bLength, pos, i; in usb_desc_string() local
|
/qemu/tests/unit/ |
H A D | test-hbitmap.c | 39 size_t pos; in hbitmap_test_check() local 153 size_t pos = first >> LOG_BITS_PER_LONG; in hbitmap_test_set() local 172 size_t pos = first >> LOG_BITS_PER_LONG; in hbitmap_test_reset() local 207 size_t pos = i >> LOG_BITS_PER_LONG; in hbitmap_test_check_get() local 653 uint64_t pos, uint64_t count) in hbitmap_test_serialize_range()
|
/qemu/hw/pci-bridge/ |
H A D | pcie_pci_bridge.c | 38 int rc, pos; in OBJECT_DECLARE_SIMPLE_TYPE() local
|
/qemu/target/riscv/ |
H A D | bitmanip_helper.c | 112 target_ulong pos; in do_xperm() local
|
/qemu/include/hw/xen/interface/io/ |
H A D | kbdif.h | 474 } pos; member 490 struct xenkbd_position pos; member
|
/qemu/hw/net/rocker/ |
H A D | rocker_tlv.h | 49 #define rocker_tlv_for_each(pos, head, len, rem) \ argument 54 #define rocker_tlv_for_each_nested(pos, tlv, rem) \ argument
|
/qemu/hw/misc/ |
H A D | i2c-echo.c | 35 unsigned int pos; member
|
H A D | aspeed_lpc.c | 182 const struct aspeed_kcs_register_data *pos = aspeed_kcs_registers; in aspeed_kcs_get_register_data_by_name() local 197 const struct aspeed_kcs_register_data *pos = aspeed_kcs_registers; in aspeed_kcs_get_channel_by_register() local
|
/qemu/migration/ |
H A D | page_cache.c | 115 size_t pos; in cache_get_by_addr() local
|
/qemu/tests/qtest/ |
H A D | boot-serial-test.c | 203 int nbr = 0, pos = 0, ccnt; in check_guest_output() local
|
/qemu/tests/tcg/s390x/ |
H A D | vfminmax.c | 283 int pos = 0; in main() local
|