Home
last modified time | relevance | path

Searched refs:c (Results 51 – 75 of 1147) sorted by relevance

12345678910>>...46

/qemu/hw/audio/
H A Dmeson.build1 system_ss.add(files('soundhw.c'))
2 system_ss.add(when: 'CONFIG_AC97', if_true: files('ac97.c'))
3 system_ss.add(when: 'CONFIG_ADLIB', if_true: files('fmopl.c', 'adlib.c'))
4 system_ss.add(when: 'CONFIG_ASC', if_true: files('asc.c'))
5 system_ss.add(when: 'CONFIG_CS4231', if_true: files('cs4231.c'))
7 system_ss.add(when: 'CONFIG_ES1370', if_true: files('es1370.c'))
8 system_ss.add(when: 'CONFIG_GUS', if_true: files('gus.c', 'gusemu_hal.c', 'gusemu_mixer.c'))
9 system_ss.add(when: 'CONFIG_HDA', if_true: files('intel-hda.c', 'hda-codec.c'))
11 system_ss.add(when: 'CONFIG_PCSPK', if_true: files('pcspk.c'))
12 system_ss.add(when: 'CONFIG_PL041', if_true: files('pl041.c', 'lm4549.c'))
[all …]
H A Dsoundhw.c70 struct soundhw *c; in show_valid_soundhw() local
74 for (c = soundhw; c->name; ++c) { in show_valid_soundhw()
75 printf ("%-11s %s\n", c->name, c->descr); in show_valid_soundhw()
88 struct soundhw *c; in select_soundhw() local
94 for (c = soundhw; c->name; ++c) { in select_soundhw()
96 selected = c; in select_soundhw()
102 if (!c->name) { in select_soundhw()
116 if (!c) { in soundhw_init()
119 if (c->isa) { in soundhw_init()
133 if (c->typename) { in soundhw_init()
[all …]
/qemu/disas/
H A Dmeson.build1 common_ss.add(when: 'CONFIG_ALPHA_DIS', if_true: files('alpha.c'))
2 common_ss.add(when: 'CONFIG_CRIS_DIS', if_true: files('cris.c'))
7 common_ss.add(when: 'CONFIG_MIPS_DIS', if_true: files('mips.c', 'nanomips.c'))
9 'riscv.c',
10 'riscv-xthead.c',
11 'riscv-xventana.c'
18 'disas-host.c',
19 'disas-target.c',
20 'objdump.c'
22 common_ss.add(files('disas-common.c'))
[all …]
/qemu/target/mips/tcg/
H A Dmeson.build12 'dsp_helper.c',
13 'exception.c',
14 'fpu_helper.c',
15 'ldst_helper.c',
16 'lmmi_helper.c',
17 'msa_helper.c',
18 'msa_translate.c',
19 'op_helper.c',
21 'translate.c',
24 'vr54xx_helper.c',
[all …]
/qemu/target/arm/
H A Dmeson.build3 'cpu.c',
4 'debug_helper.c',
5 'gdbstub.c',
6 'helper.c',
7 'vfp_helper.c',
11 …_ss.add(when: 'CONFIG_KVM', if_true: files('hyp_gdbstub.c', 'kvm.c'), if_false: files('kvm-stub.c'…
15 'cpu64.c',
16 'gdbstub64.c',
21 'arch_dump.c',
25 'machine.c',
[all …]
/qemu/accel/tcg/
H A Dmeson.build2 'cpu-exec-common.c',
6 'tcg-all.c',
7 'cpu-exec.c',
8 'tb-maint.c',
9 'tcg-runtime-gvec.c',
10 'tcg-runtime.c',
11 'translate-all.c',
12 'translator.c',
22 'cputlb.c',
23 'watchpoint.c',
[all …]
/qemu/tests/tcg/mips/user/ase/msa/
H A Dtest_msa_compile_64r6eb.sh6 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_b.c \
8 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_h.c \
10 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_w.c \
12 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_d.c \
14 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \
16 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \
18 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \
20 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \
22 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \
24 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \
[all …]
H A Dtest_msa_compile_64r6el.sh6 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_b.c \
8 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_h.c \
10 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_w.c \
12 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_d.c \
14 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \
16 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \
18 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \
20 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \
22 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \
24 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \
[all …]
/qemu/hw/block/
H A Dmeson.build2 'block.c',
3 'cdrom.c',
4 'hd-geometry.c'
6 system_ss.add(when: 'CONFIG_ECC', if_true: files('ecc.c'))
7 system_ss.add(when: 'CONFIG_FDC', if_true: files('fdc.c'))
8 system_ss.add(when: 'CONFIG_FDC_ISA', if_true: files('fdc-isa.c'))
10 system_ss.add(when: 'CONFIG_NAND', if_true: files('nand.c'))
11 system_ss.add(when: 'CONFIG_ONENAND', if_true: files('onenand.c'))
16 system_ss.add(when: 'CONFIG_SWIM', if_true: files('swim.c'))
20 specific_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-blk.c', 'virtio-blk-common.c'))
[all …]
/qemu/target/s390x/
H A Dmeson.build3 'cpu.c',
4 'cpu_features.c',
5 'cpu_models.c',
6 'gdbstub.c',
7 'interrupt.c',
8 'cpu-dump.c',
23 'helper.c',
25 'diag.c',
26 'ioinst.c',
27 'machine.c',
[all …]
/qemu/backends/
H A Dmeson.build2 'cryptodev-builtin.c',
3 'cryptodev-hmp-cmds.c',
4 'cryptodev.c',
5 'hostmem-ram.c',
6 'hostmem.c',
7 'rng-builtin.c',
8 'rng-egd.c',
9 'rng.c',
10 'confidential-guest-support.c',
14 system_ss.add(files('rng-random.c'))
[all …]
/qemu/hw/i2c/
H A Dmeson.build2 i2c_ss.add(when: 'CONFIG_I2C', if_true: files('core.c'))
3 i2c_ss.add(when: 'CONFIG_SMBUS', if_true: files('smbus_slave.c', 'smbus_master.c'))
4 i2c_ss.add(when: 'CONFIG_ACPI_SMBUS', if_true: files('pm_smbus.c'))
5 i2c_ss.add(when: 'CONFIG_ACPI_ICH9', if_true: files('smbus_ich9.c'))
6 i2c_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_i2c.c'))
8 i2c_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_i2c.c'))
9 i2c_ss.add(when: 'CONFIG_IMX_I2C', if_true: files('imx_i2c.c'))
10 i2c_ss.add(when: 'CONFIG_MPC_I2C', if_true: files('mpc_i2c.c'))
16 i2c_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_i2c.c'))
17 i2c_ss.add(when: 'CONFIG_PPC4XX', if_true: files('ppc4xx_i2c.c'))
[all …]
/qemu/tests/tcg/multiarch/
H A Dsha512.c363 s[2] += c; in Transform()
508 if (c >= '0' && c <= '9') { in char_to_hex()
509 *val = c - '0'; in char_to_hex()
512 if (c >= 'a' && c <= 'f') { in char_to_hex()
513 *val = c - 'a' + 10; in char_to_hex()
516 if (c >= 'A' && c <= 'F') { in char_to_hex()
517 *val = c - 'A' + 10; in char_to_hex()
668 char *c; in _gen_result() local
686 for(c = local_test_name; *c != '\0'; c++) { in _gen_result()
715 for(c = local_test_name; *c != '\0'; c++) { in _gen_result()
[all …]
/qemu/hw/ide/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_AHCI', if_true: files('ahci.c'))
2 system_ss.add(when: 'CONFIG_AHCI_ICH9', if_true: files('ich.c'))
4 system_ss.add(when: 'CONFIG_IDE_BUS', if_true: files('ide-bus.c'))
5 system_ss.add(when: 'CONFIG_IDE_CF', if_true: files('cf.c'))
7 system_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
8 system_ss.add(when: 'CONFIG_IDE_DEV', if_true: files('ide-dev.c'))
9 system_ss.add(when: 'CONFIG_IDE_ISA', if_true: files('isa.c', 'ioport.c'))
11 system_ss.add(when: 'CONFIG_IDE_MMIO', if_true: files('mmio.c'))
12 system_ss.add(when: 'CONFIG_IDE_PCI', if_true: files('pci.c'))
13 system_ss.add(when: 'CONFIG_IDE_PIIX', if_true: files('piix.c', 'ioport.c'))
[all …]
/qemu/qobject/
H A Dmeson.build1 util_ss.add(files('qnull.c', 'qnum.c', 'qstring.c', 'qdict.c',
2 'qlist.c', 'qbool.c', 'qlit.c', 'qjson.c', 'qobject.c',
3 'json-writer.c', 'json-lexer.c', 'json-streamer.c', 'json-parser.c',
4 'block-qdict.c'))
/qemu/hw/xen/
H A Dmeson.build2 'xen-backend.c',
3 'xen-bus-helper.c',
4 'xen-bus.c',
5 'xen-legacy-backend.c',
6 'xen_devconfig.c',
7 'xen_pvdev.c',
11 'xen-operations.c',
16 'xen-mapcache.c',
17 'xen-hvm-common.c',
22 'xen_pt.c',
[all …]
/qemu/hw/vfio/
H A Dmeson.build3 'helpers.c',
4 'common.c',
5 'container-base.c',
6 'container.c',
7 'migration.c',
8 'cpr.c',
10 vfio_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr.c'))
12 'iommufd.c',
15 'display.c',
16 'pci-quirks.c',
[all …]
/qemu/target/i386/
H A Dmeson.build3 'cpu.c',
4 'gdbstub.c',
5 'helper.c',
6 'xsave_helper.c',
7 'cpu-dump.c',
9 i386_ss.add(when: 'CONFIG_SEV', if_true: files('host-cpu.c', 'confidential-guest.c'))
17 'arch_dump.c',
19 'machine.c',
20 'monitor.c',
21 'cpu-apic.c',
[all …]
/qemu/hw/9pfs/
H A Dmeson.build3 '9p-local.c',
4 '9p-posix-acl.c',
5 '9p-proxy.c',
6 '9p-synth.c',
8 '9p-xattr.c',
9 '9p.c',
10 'codir.c',
11 'cofile.c',
12 'cofs.c',
13 'coth.c',
[all …]
/qemu/hw/pci/
H A Dmeson.build3 'msi.c',
4 'msix.c',
5 'pci.c',
6 'pci_bridge.c',
7 'pci_host.c',
8 'pci-hmp-cmds.c',
9 'pci-qmp-cmds.c',
10 'pcie_sriov.c',
11 'shpc.c',
12 'slotid_cap.c'
[all …]
/qemu/audio/
H A Dmeson.build1 system_ss.add([spice_headers, files('audio.c')])
3 'audio-hmp-cmds.c',
4 'mixeng.c',
5 'noaudio.c',
6 'wavaudio.c',
7 'wavcapture.c',
11 system_ss.add(when: dsound, if_true: files('dsoundaudio.c', 'audio_win_int.c'))
15 ['alsa', alsa, files('alsaaudio.c')],
16 ['oss', oss, files('ossaudio.c')],
17 ['pa', pulse, files('paaudio.c')],
[all …]
/qemu/hw/gpio/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_GPIO_KEY', if_true: files('gpio_key.c'))
2 system_ss.add(when: 'CONFIG_GPIO_MPC8XXX', if_true: files('mpc8xxx.c'))
3 system_ss.add(when: 'CONFIG_GPIO_PWR', if_true: files('gpio_pwr.c'))
4 system_ss.add(when: 'CONFIG_MAX7310', if_true: files('max7310.c'))
5 system_ss.add(when: 'CONFIG_PCA9552', if_true: files('pca9552.c'))
6 system_ss.add(when: 'CONFIG_PCA9554', if_true: files('pca9554.c'))
7 system_ss.add(when: 'CONFIG_PL061', if_true: files('pl061.c'))
8 system_ss.add(when: 'CONFIG_ZAURUS', if_true: files('zaurus.c'))
10 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpio.c'))
15 'bcm2835_gpio.c',
[all …]
/qemu/hw/intc/
H A Darm_gicv3_kvm.c365 reg = c->gicr_ctlr; in kvm_arm_gicv3_put()
386 reg = c->level; in kvm_arm_gicv3_put()
531 c->gicr_ctlr = reg; in kvm_arm_gicv3_get()
546 c->level = reg; in kvm_arm_gicv3_get()
670 GICv3CPUState *c; in arm_gicv3_icc_reset() local
673 s = c->gic; in arm_gicv3_icc_reset()
675 c->icc_pmr_el1 = 0; in arm_gicv3_icc_reset()
690 c->icc_sre_el1 = 0x7; in arm_gicv3_icc_reset()
691 memset(c->icc_apr, 0, sizeof(c->icc_apr)); in arm_gicv3_icc_reset()
692 memset(c->icc_igrpen, 0, sizeof(c->icc_igrpen)); in arm_gicv3_icc_reset()
[all …]
/qemu/hw/dma/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_RC4030', if_true: files('rc4030.c'))
2 system_ss.add(when: 'CONFIG_PL080', if_true: files('pl080.c'))
3 system_ss.add(when: 'CONFIG_PL330', if_true: files('pl330.c'))
4 system_ss.add(when: 'CONFIG_I82374', if_true: files('i82374.c'))
5 system_ss.add(when: 'CONFIG_I8257', if_true: files('i8257.c'))
8 system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_dma.c'))
9 system_ss.add(when: 'CONFIG_STP2000', if_true: files('sparc32_dma.c'))
11 system_ss.add(when: 'CONFIG_XLNX_ZDMA', if_true: files('xlnx-zdma.c'))
12 system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_dma.c', 'soc_dma.c'))
13 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_dma.c'))
[all …]
/qemu/hw/input/
H A Dmeson.build1 system_ss.add(files('hid.c'))
2 system_ss.add(when: 'CONFIG_ADB', if_true: files('adb.c', 'adb-mouse.c', 'adb-kbd.c'))
3 system_ss.add(when: 'CONFIG_ADS7846', if_true: files('ads7846.c'))
4 system_ss.add(when: 'CONFIG_LM832X', if_true: files('lm832x.c'))
5 system_ss.add(when: 'CONFIG_PCKBD', if_true: files('pckbd.c'))
6 system_ss.add(when: 'CONFIG_PL050', if_true: files('pl050.c'))
7 system_ss.add(when: 'CONFIG_PS2', if_true: files('ps2.c'))
9 system_ss.add(when: 'CONFIG_TSC2005', if_true: files('tsc2005.c'))
15 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_keypad.c'))
16 system_ss.add(when: 'CONFIG_TSC210X', if_true: files('tsc210x.c'))
[all …]

12345678910>>...46