Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 94) sorted by relevance

1234

/qemu/hw/xen/
H A Dxen-host-pci-device.c276 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 Dvar-service-utils.c25 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 Dvar-service-siglist.c172 uint64_t pos = 0, start; in uefi_vars_siglist_blob_generate() local
/qemu/hw/pci/
H A Dpcie.c223 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 Dxen_igd_pt.c49 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 Dhbitmap.c109 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 Dtest_dsp_r1_extpdp.c6 int rt, ach, acl, dsp, pos, efi; in main() local
H A Dtest_dsp_r1_extpdpv.c6 int rt, rs, ach, acl, dsp, pos, efi; in main() local
/qemu/replay/
H A Dreplay-audio.c40 int pos; in replay_audio_in() local
/qemu/hw/vfio/
H A Dpci.c1415 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 Dhbitmap.h43 size_t pos; member
/qemu/hw/audio/
H A Dgus.c54 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 Dadlib.c73 int left, pos, samples; member
158 int pos = s->pos; in write_audio() local
/qemu/block/
H A Dqed-cluster.c92 uint64_t pos, size_t *len, in qed_find_cluster()
/qemu/hw/usb/
H A Ddesc.c130 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 Dtest-hbitmap.c39 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 Dpcie_pci_bridge.c38 int rc, pos; in OBJECT_DECLARE_SIMPLE_TYPE() local
/qemu/target/riscv/
H A Dbitmanip_helper.c112 target_ulong pos; in do_xperm() local
/qemu/include/hw/xen/interface/io/
H A Dkbdif.h474 } pos; member
490 struct xenkbd_position pos; member
/qemu/hw/net/rocker/
H A Drocker_tlv.h49 #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 Di2c-echo.c35 unsigned int pos; member
H A Daspeed_lpc.c182 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 Dpage_cache.c115 size_t pos; in cache_get_by_addr() local
/qemu/tests/qtest/
H A Dboot-serial-test.c203 int nbr = 0, pos = 0, ccnt; in check_guest_output() local
/qemu/tests/tcg/s390x/
H A Dvfminmax.c283 int pos = 0; in main() local

1234