Home
last modified time | relevance | path

Searched defs:cd (Results 1 – 15 of 15) sorted by relevance

/qemu/include/qemu/
H A Dxxhash.h51 static inline uint32_t qemu_xxhash8(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash8()
111 static inline uint32_t qemu_xxhash4(uint64_t ab, uint64_t cd) in qemu_xxhash4()
116 static inline uint32_t qemu_xxhash5(uint64_t ab, uint64_t cd, uint32_t e) in qemu_xxhash5()
121 static inline uint32_t qemu_xxhash6(uint64_t ab, uint64_t cd, uint32_t e, in qemu_xxhash6()
127 static inline uint32_t qemu_xxhash7(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash7()
/qemu/hw/vfio/
H A Dhelpers.c134 struct kvm_create_device cd = { in vfio_kvm_device_add_fd() local
/qemu/hw/intc/
H A Dopenpic_kvm.c201 struct kvm_create_device cd = {0}; in kvm_openpic_realize() local
H A Ds390_flic_kvm.c612 struct kvm_create_device cd = {0}; in DECLARE_CLASS_CHECKERS() local
/qemu/util/
H A Dqsp.c143 uint64_t cd = (uint64_t)(uintptr_t)callsite->obj; in do_qsp_callsite_hash() local
176 uint64_t cd = callsite->line; in qsp_entry_no_thread_obj_hash() local
/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c53 struct virtio_gpu_ctx_destroy cd; in virgl_cmd_context_destroy() local
/qemu/hw/arm/
H A Dsmmuv3.c716 CD *cd, SMMUEventInfo *event) in decode_cd()
832 CD cd; in smmuv3_decode_config() local
/qemu/hw/char/
H A Dxen_console.c537 Chardev *cd = NULL; in type_init() local
/qemu/hw/display/
H A Dvirtio-gpu-virgl.c363 struct virtio_gpu_ctx_destroy cd; in virgl_cmd_context_destroy() local
H A Dvirtio-gpu-rutabaga.c224 struct virtio_gpu_ctx_destroy cd; in rutabaga_cmd_context_destroy() local
/qemu/tests/qtest/
H A Dbios-tables-test.c87 const char *cd; member
/qemu/target/rx/
H A Ddisas.c883 static void rx_bcnd_main(DisasContext *ctx, int cd, int len, int dst) in rx_bcnd_main()
H A Dtranslate.c1523 static void rx_bcnd_main(DisasContext *ctx, int cd, int dst) in rx_bcnd_main()
/qemu/hw/virtio/
H A Dvhost-user.c2787 CharBackend *cd; member
/qemu/target/mips/tcg/
H A Dmsa_helper.c6099 void helper_msa_ctcmsa(CPUMIPSState *env, target_ulong elm, uint32_t cd) in helper_msa_ctcmsa()