/qemu/hw/virtio/ |
H A D | cbor-helpers.c | 13 bool qemu_cbor_map_add(cbor_item_t *map, cbor_item_t *key, cbor_item_t *value) in qemu_cbor_map_add() 42 bool qemu_cbor_add_bool_to_map(cbor_item_t *map, const char *key, bool value) in qemu_cbor_add_bool_to_map() 71 bool qemu_cbor_add_uint8_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint8_to_map() 101 bool qemu_cbor_add_map_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_map_to_map() 133 bool qemu_cbor_add_bytestring_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_bytestring_to_map() 163 bool qemu_cbor_add_null_to_map(cbor_item_t *map, const char *key) in qemu_cbor_add_null_to_map() 192 bool qemu_cbor_add_string_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_string_to_map() 222 bool qemu_cbor_add_uint8_array_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint8_array_to_map() 263 bool qemu_cbor_add_uint8_key_bytestring_to_map(cbor_item_t *map, uint8_t key, in qemu_cbor_add_uint8_key_bytestring_to_map() 293 bool qemu_cbor_add_uint64_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint64_to_map()
|
H A D | vhost-iova-tree.c | 78 const DMAMap *map) in vhost_iova_tree_find_iova() 97 int vhost_iova_tree_map_alloc(VhostIOVATree *tree, DMAMap *map, hwaddr taddr) in vhost_iova_tree_map_alloc() 125 void vhost_iova_tree_remove(VhostIOVATree *iova_tree, DMAMap map) in vhost_iova_tree_remove() 140 const DMAMap *map) in vhost_iova_tree_find_gpa() 159 int vhost_iova_tree_map_alloc_gpa(VhostIOVATree *tree, DMAMap *map, hwaddr taddr) in vhost_iova_tree_map_alloc_gpa() 187 void vhost_iova_tree_remove_gpa(VhostIOVATree *iova_tree, DMAMap map) in vhost_iova_tree_remove_gpa()
|
H A D | virtio-qmp.c | 490 #define CONVERT_FEATURES(type, map, is_status, bitmap) \ argument
|
H A D | virtio-nsm.c | 1044 cbor_item_t *map = NULL; in add_protected_header_to_cose() local 1106 cbor_item_t *map = cbor_new_definite_map(0); in add_unprotected_header_to_cose() local 1123 static bool add_ca_bundle_to_payload(cbor_item_t *map) in add_ca_bundle_to_payload()
|
/qemu/util/ |
H A D | qht.c | 228 static void qht_map_debug__all_locked(struct qht_map *map) in qht_map_debug__all_locked() 243 static inline void qht_map_debug__all_locked(struct qht_map *map) in qht_map_debug__all_locked() 257 static inline void qht_do_if_first_in_stripe(struct qht_map *map, in qht_do_if_first_in_stripe() 273 static inline void qht_bucket_lock_do(struct qht_map *map, in qht_bucket_lock_do() 286 static inline void qht_bucket_lock(struct qht_map *map, in qht_bucket_lock() 292 static inline void qht_bucket_unlock(struct qht_map *map, in qht_bucket_unlock() 298 static inline void qht_head_init(struct qht_map *map, struct qht_bucket *b) in qht_head_init() 306 struct qht_bucket *qht_map_to_bucket(const struct qht_map *map, uint32_t hash) in qht_map_to_bucket() 312 static void qht_map_lock_buckets(struct qht_map *map) in qht_map_lock_buckets() 323 static void qht_map_unlock_buckets(struct qht_map *map) in qht_map_unlock_buckets() [all …]
|
H A D | iova-tree.c | 84 const DMAMap *iova_tree_find(const IOVATree *tree, const DMAMap *map) in iova_tree_find() 92 const DMAMap *map = key; in iova_tree_find_address_iterator() local 108 const DMAMap *iova_tree_find_iova(const IOVATree *tree, const DMAMap *map) in iova_tree_find_iova() 124 int iova_tree_insert(IOVATree *tree, const DMAMap *map) in iova_tree_insert() 144 void iova_tree_remove(IOVATree *tree, DMAMap map) in iova_tree_remove() 213 int iova_tree_alloc_map(IOVATree *tree, DMAMap *map, hwaddr iova_begin, in iova_tree_alloc_map() 286 int gpa_tree_insert(IOVATree *tree, const DMAMap *map) in gpa_tree_insert()
|
H A D | bitmap.c | 160 void bitmap_set(unsigned long *map, long start, long nr) in bitmap_set() 182 void bitmap_set_atomic(unsigned long *map, long start, long nr) in bitmap_set_atomic() 221 void bitmap_clear(unsigned long *map, long start, long nr) in bitmap_clear() 243 bool bitmap_test_and_clear(unsigned long *map, long start, long nr) in bitmap_test_and_clear() 288 bool bitmap_test_and_clear_atomic(unsigned long *map, long start, long nr) in bitmap_test_and_clear_atomic() 360 unsigned long bitmap_find_next_zero_area(unsigned long *map, in bitmap_find_next_zero_area()
|
/qemu/ |
H A D | qemu-keymap.c | 60 static void walk_map(struct xkb_keymap *map, xkb_keycode_t code, void *data) in walk_map() 142 static xkb_mod_mask_t get_mod(struct xkb_keymap *map, const char *name) in get_mod() 157 struct xkb_keymap *map; in main() local
|
/qemu/system/ |
H A D | memory_mapping.c | 55 static inline bool mapping_contiguous(MemoryMapping *map, in mapping_contiguous() 67 static inline bool mapping_have_same_region(MemoryMapping *map, in mapping_have_same_region() 80 static inline bool mapping_conflict(MemoryMapping *map, in mapping_conflict() 92 static inline void mapping_merge(MemoryMapping *map, in mapping_merge()
|
/qemu/hw/misc/ |
H A D | sifive_u_otp.c | 35 #define SET_FUSEARRAY_BIT(map, i, off, bit) \ argument 38 #define GET_FUSEARRAY_BIT(map, i, off) \ argument
|
/qemu/contrib/elf2dmp/ |
H A D | qemu_elf.c | 24 Elf64_Phdr *elf64_getphdr(void *map) in elf64_getphdr() 32 Elf64_Half elf_getphdrnum(void *map) in elf_getphdrnum()
|
H A D | pdb.c | 276 void *map; in pdb_init_from_file() local
|
H A D | qemu_elf.h | 39 void *map; member
|
/qemu/ui/ |
H A D | x_keymap.c | 59 const guint16 *map; in qemu_xkeymap_mapping_table() local
|
/qemu/include/qemu/ |
H A D | qht.h | 17 struct qht_map *map; member
|
/qemu/block/ |
H A D | snapshot-access.c | 46 int64_t *map, BlockDriverState **file) in snapshot_access_co_block_status()
|
H A D | null.c | 232 int64_t *pnum, int64_t *map, in null_co_block_status()
|
/qemu/include/hw/intc/ |
H A D | rx_icu.h | 53 uint8_t *map; member
|
/qemu/hw/vfio/ |
H A D | cpr-legacy.c | 46 struct vfio_iommu_type1_dma_map map = { in vfio_legacy_cpr_dma_map() local
|
/qemu/crypto/ |
H A D | block-luks.c | 156 const QCryptoBlockLUKSCipherNameMap *map = in qcrypto_block_luks_cipher_name_lookup() local 185 const QCryptoBlockLUKSCipherNameMap *map = in qcrypto_block_luks_cipher_alg_lookup() local 205 const QEnumLookup *map, in qcrypto_block_luks_name_lookup()
|
/qemu/hw/arm/ |
H A D | vexpress.c | 500 const hwaddr *map = daughterboard->motherboard_map; in vexpress_modify_dtb() local 556 const hwaddr *map = daughterboard->motherboard_map; in vexpress_common_init() local
|
/qemu/hw/input/ |
H A D | virtio-input-hid.c | 55 const unsigned short *map, in virtio_input_extend_config()
|
/qemu/hw/xen/ |
H A D | xen-bus.c | 804 void *map = qemu_xen_gnttab_map_refs(xendev->xgth, nr_refs, in xen_device_map_grant_refs() local 815 void xen_device_unmap_grant_refs(XenDevice *xendev, void *map, uint32_t *refs, in xen_device_unmap_grant_refs()
|
/qemu/backends/ |
H A D | iommufd.c | 146 struct iommu_ioas_map map = { in iommufd_backend_map_dma() local
|
/qemu/hw/loongarch/ |
H A D | boot.c | 111 efi_memory_desc_t *map = p + sizeof(struct efi_boot_memmap); in init_efi_boot_memmap() local
|