Home
last modified time | relevance | path

Searched defs:c (Results 226 – 250 of 344) sorted by relevance

12345678910>>...14

/qemu/target/s390x/tcg/
H A Dtranslate.c136 int c[NUM_C_FIELD]; member
1534 DisasCompare c; in op_basi() local
1548 DisasCompare c; in op_bc() local
1575 DisasCompare c; in op_bct32() local
1598 DisasCompare c; in op_bcth() local
1618 DisasCompare c; in op_bct64() local
1637 DisasCompare c; in op_bx32() local
1661 DisasCompare c; in op_bx64() local
1685 DisasCompare c; in op_cj() local
2235 TCGCond c; in op_ct() local
[all …]
H A Dvec_fpu_helper.c626 const float32 c = s390_vec_read_float32(v4, i); in vfma32() local
650 const float64 c = s390_vec_read_float64(v4, i); in vfma64() local
669 const float128 c = s390_vec_read_float128(v4); in vfma128() local
H A Dvec_string_helper.c331 static bool element_compare(uint32_t data, uint32_t l, uint8_t c) in element_compare()
/qemu/tests/qtest/
H A Ddbus-vmstate-test.c101 GDBusConnection *c; in get_connection() local
/qemu/hw/gpio/
H A Dzaurus.c268 #define MAGIC_CHG(a, b, c, d) ((d << 24) | (c << 16) | (b << 8) | a) argument
/qemu/target/ppc/
H A Dmem_helper.c345 int i, c, d; in helper_lscbx() local
/qemu/include/hw/loongarch/
H A Dboot.h24 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ argument
/qemu/migration/
H A Dmultifd.c335 static int multifd_recv_initial_packet(QIOChannel *c, Error **errp) in multifd_recv_initial_packet()
830 static int multifd_zero_copy_flush(QIOChannel *c) in multifd_zero_copy_flush()
/qemu/tests/unit/
H A Dtest-qmp-cmds.c130 __org_qemu_x_Union *c, in qmp___org_qemu_x_command()
/qemu/block/
H A Dpreallocate.c573 static void preallocate_child_perm(BlockDriverState *bs, BdrvChild *c, in preallocate_child_perm()
H A Dcopy-before-write.c345 cbw_child_perm(BlockDriverState *bs, BdrvChild *c, BdrvChildRole role, in cbw_child_perm()
H A Dreplication.c161 static void replication_child_perm(BlockDriverState *bs, BdrvChild *c, in replication_child_perm()
/qemu/include/exec/
H A Dram_addr.h352 unsigned long page_number, c, nbits; in cpu_physical_memory_set_dirty_lebitmap() local
/qemu/tests/bench/
H A Dqht-bench.c445 int c; in parse_args() local
/qemu/libdecnumber/dpd/
H A Ddecimal64.c306 char *c; /* output pointer in string */ in decimal64ToString() local
/qemu/hw/misc/
H A Dpci-testdev.c147 uint32_t c = le32_to_cpu(test->hdr->count); in pci_testdev_inc() local
/qemu/hw/char/
H A Dpl011.c160 uint32_t c; in pl011_read() local
/qemu/include/standard-headers/drm/
H A Ddrm_fourcc.h104 #define fourcc_code(a, b, c, d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ argument
924 #define DRM_FORMAT_MOD_NVIDIA_BLOCK_LINEAR_2D(c, s, g, k, h) \ argument
/qemu/target/riscv/
H A Dvcrypto_helper.c513 uint64_t c = vd[3], d = vd[2], g = vd[1], h = vd[0]; in vsha2c_64() local
547 uint32_t c = vd[H4(3)], d = vd[H4(2)], g = vd[H4(1)], h = vd[H4(0)]; in vsha2c_32() local
/qemu/system/
H A Ddma-helpers.c22 uint8_t c, dma_addr_t len, MemTxAttrs attrs) in dma_memory_set()
/qemu/ui/
H A Dsdl2.c758 QEMUCursor *c) in sdl_mouse_define()
/qemu/target/arm/tcg/
H A Dmve_helper.c1317 static int16_t do_vqdmladh_h(int16_t a, int16_t b, int16_t c, int16_t d, in do_vqdmladh_h()
1324 static int32_t do_vqdmladh_w(int32_t a, int32_t b, int32_t c, int32_t d, in do_vqdmladh_w()
1351 static int8_t do_vqdmlsdh_b(int8_t a, int8_t b, int8_t c, int8_t d, in do_vqdmlsdh_b()
1358 static int16_t do_vqdmlsdh_h(int16_t a, int16_t b, int16_t c, int16_t d, in do_vqdmlsdh_h()
1365 static int32_t do_vqdmlsdh_w(int32_t a, int32_t b, int32_t c, int32_t d, in do_vqdmlsdh_w()
1532 static int16_t do_vqdmlah_h(int16_t a, int16_t b, int16_t c, in do_vqdmlah_h()
1539 static int32_t do_vqdmlah_w(int32_t a, int32_t b, int32_t c, in do_vqdmlah_w()
/qemu/target/i386/kvm/
H A Dkvm.c673 void kvm_arch_on_sigbus_vcpu(CPUState *c, int code, void *addr) in kvm_arch_on_sigbus_vcpu()
1451 struct kvm_cpuid_entry2 *c; in hyperv_fill_cpuids() local
1761 struct kvm_cpuid_entry2 *c; in kvm_x86_build_cpuid() local
1997 struct kvm_cpuid_entry2 *c; in kvm_arch_init_vcpu() local
5447 KVMRouteChange c = kvm_irqchip_begin_route_changes(s); in kvm_arch_init_irq_routing() local
/qemu/hw/net/
H A Di82596.c91 static void set_byte(uint32_t addr, uint8_t c) in set_byte()
/qemu/hw/scsi/
H A Dscsi-generic.c517 char c = qemu_toupper(p[i]); in read_naa_id() local

12345678910>>...14