Home
last modified time | relevance | path

Searched refs:c (Results 101 – 125 of 1147) sorted by relevance

12345678910>>...46

/qemu/hw/rtc/
H A Dmeson.build2 system_ss.add(when: 'CONFIG_DS1338', if_true: files('ds1338.c'))
3 system_ss.add(when: 'CONFIG_M41T80', if_true: files('m41t80.c'))
4 system_ss.add(when: 'CONFIG_M48T59', if_true: files('m48t59.c'))
5 system_ss.add(when: 'CONFIG_PL031', if_true: files('pl031.c'))
6 system_ss.add(when: 'CONFIG_TWL92230', if_true: files('twl92230.c'))
10 system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_rtc.c'))
11 system_ss.add(when: 'CONFIG_SUN4V_RTC', if_true: files('sun4v-rtc.c'))
12 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_rtc.c'))
13 system_ss.add(when: 'CONFIG_GOLDFISH_RTC', if_true: files('goldfish_rtc.c'))
14 system_ss.add(when: 'CONFIG_LS7A_RTC', if_true: files('ls7a_rtc.c'))
[all …]
/qemu/tests/qtest/
H A Dmeson.build264 'ac97-test.c',
268 'e1000-test.c',
277 'tulip-test.c',
278 'nvme-test.c',
280 'pci-test.c',
281 'pcnet-test.c',
294 'igb-test.c',
295 'ufs-test.c',
315 tpmemu_files = ['tpm-emu.c', 'tpm-util.c', 'tpm-tests.c']
328 'bios-tables-test': [io, 'boot-sector.c', 'acpi-utils.c', 'tpm-emu.c'],
[all …]
/qemu/target/alpha/
H A Dmeson.build3 'cpu.c',
4 'fpu_helper.c',
5 'gdbstub.c',
6 'helper.c',
7 'clk_helper.c',
8 'int_helper.c',
9 'mem_helper.c',
10 'translate.c',
11 'vax_helper.c',
16 'machine.c',
[all …]
/qemu/hw/i386/kvm/
H A Dmeson.build2 i386_kvm_ss.add(files('clock.c'))
3 i386_kvm_ss.add(when: 'CONFIG_APIC', if_true: files('apic.c'))
4 i386_kvm_ss.add(when: 'CONFIG_I8254', if_true: files('i8254.c'))
5 i386_kvm_ss.add(when: 'CONFIG_I8259', if_true: files('i8259.c'))
8 'xen_overlay.c',
9 'xen_evtchn.c',
10 'xen_gnttab.c',
11 'xen_xenstore.c',
12 'xen_primary_console.c',
13 'xenstore_impl.c',
[all …]
/qemu/target/hexagon/
H A Dmeson.build31 'gen_semantics.c',
249 'cpu.c',
250 'translate.c',
251 'op_helper.c',
252 'gdbstub.c',
253 'genptr.c',
255 'decode.c',
256 'iclass.c',
257 'opcodes.c',
259 'arch.c',
[all …]
/qemu/target/xtensa/
H A Dcores.list1 core-dc232b.c
2 core-dc233c.c
3 core-de212.c
4 core-de233_fpu.c
5 core-dsp3400.c
6 core-fsf.c
7 core-lx106.c
8 core-sample_controller.c
9 core-test_kc705_be.c
10 core-test_mmuhifi_c3.c
/qemu/target/hppa/
H A Dmeson.build6 'cpu.c',
7 'fpu_helper.c',
8 'gdbstub.c',
9 'helper.c',
10 'op_helper.c',
11 'translate.c',
16 'int_helper.c',
17 'machine.c',
18 'mem_helper.c',
19 'sys_helper.c',
/qemu/monitor/
H A Dmeson.build1 qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
4 'fds.c',
5 'hmp-cmds.c',
6 'hmp.c',
7 'qemu-config-qmp.c',
9 system_ss.add([spice_headers, files('qmp-cmds.c')])
12 if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
/qemu/hw/audio/
H A Dvia-ac97.c157 if (c->curr < c->base) { in fetch_sgd()
158 c->curr = c->base; in fetch_sgd()
167 trace_via_ac97_sgd_fetch(c->curr, c->addr, CLEN_IS_STOP(c) ? 'S' : '-', in fetch_sgd()
169 CLEN_IS_FLAG(c) ? 'F' : '-', CLEN_LEN(c)); in fetch_sgd()
183 c->stat |= STAT_ACTIVE; in out_cb()
185 if (!c->clen) { in out_cb()
199 c->addr += copied; in out_cb()
200 c->clen -= copied; in out_cb()
203 c->curr += 8; in out_cb()
207 c->curr = c->base; in out_cb()
[all …]
/qemu/util/
H A Dcpuinfo-i386.c24 unsigned max, a, b, c, d, b7 = 0, c7 = 0; in cpuinfo_init() local
35 __cpuid(1, a, b, c, d); in cpuinfo_init()
37 info |= (c & bit_MOVBE ? CPUINFO_MOVBE : 0); in cpuinfo_init()
38 info |= (c & bit_PCLMUL ? CPUINFO_PCLMUL : 0); in cpuinfo_init()
41 info |= (c & bit_AES) ? CPUINFO_AES : 0; in cpuinfo_init()
44 if ((c & bit_AVX) && (c & bit_OSXSAVE)) { in cpuinfo_init()
79 __cpuid(0, a, b, c, d); in cpuinfo_init()
80 if (c == signature_INTEL_ecx) { in cpuinfo_init()
82 } else if (c == signature_AMD_ecx) { in cpuinfo_init()
91 __cpuid(0x80000001, a, b, c, d); in cpuinfo_init()
[all …]
/qemu/hw/mips/
H A Dmeson.build2 mips_ss.add(files('bootloader.c', 'mips_int.c'))
3 mips_ss.add(when: 'CONFIG_FW_CFG_MIPS', if_true: files('fw_cfg.c'))
4 mips_ss.add(when: 'CONFIG_LOONGSON3V', if_true: files('loongson3_bootp.c', 'loongson3_virt.c'))
5 mips_ss.add(when: 'CONFIG_MALTA', if_true: files('malta.c'))
6 mips_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('cps.c'))
9 mips_ss.add(when: 'CONFIG_JAZZ', if_true: files('jazz.c'))
10 mips_ss.add(when: 'CONFIG_MIPSSIM', if_true: files('mipssim.c'))
11 mips_ss.add(when: 'CONFIG_FULOONG', if_true: files('fuloong2e.c'))
12 mips_ss.add(when: 'CONFIG_MIPS_BOSTON', if_true: files('boston.c'))
/qemu/hw/sensor/
H A Dadm1272.c142 c.b = c.b * 1000; in adm1272_millivolts_to_direct()
143 c.R = c.R - 3; in adm1272_millivolts_to_direct()
150 c.b = c.b * 1000; in adm1272_direct_to_millivolts()
151 c.R = c.R - 3; in adm1272_direct_to_millivolts()
160 c.b = c.b * 1000; in adm1272_milliamps_to_direct()
161 c.R = c.R - 3; in adm1272_milliamps_to_direct()
168 c.m = c.m * ADM1272_SHUNT / 1000; in adm1272_direct_to_milliamps()
169 c.b = c.b * 1000; in adm1272_direct_to_milliamps()
170 c.R = c.R - 3; in adm1272_direct_to_milliamps()
177 c.m = c.m * ADM1272_SHUNT / 1000; in adm1272_watts_to_direct()
[all …]
H A Dmeson.build1 system_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
2 system_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
3 system_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
4 system_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
5 system_ss.add(when: 'CONFIG_ADM1266', if_true: files('adm1266.c'))
6 system_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
7 system_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
8 system_ss.add(when: 'CONFIG_LSM303DLHC_MAG', if_true: files('lsm303dlhc_mag.c'))
9 system_ss.add(when: 'CONFIG_ISL_PMBUS_VR', if_true: files('isl_pmbus_vr.c'))
10 system_ss.add(when: 'CONFIG_MAX31785', if_true: files('max31785.c'))
/qemu/hw/riscv/
H A Dmeson.build2 riscv_ss.add(files('boot.c'))
3 riscv_ss.add(when: 'CONFIG_RISCV_NUMA', if_true: files('numa.c'))
4 riscv_ss.add(files('riscv_hart.c'))
5 riscv_ss.add(when: 'CONFIG_OPENTITAN', if_true: files('opentitan.c'))
6 riscv_ss.add(when: 'CONFIG_RISCV_VIRT', if_true: files('virt.c'))
7 riscv_ss.add(when: 'CONFIG_SHAKTI_C', if_true: files('shakti_c.c'))
8 riscv_ss.add(when: 'CONFIG_SIFIVE_E', if_true: files('sifive_e.c'))
9 riscv_ss.add(when: 'CONFIG_SIFIVE_U', if_true: files('sifive_u.c'))
10 riscv_ss.add(when: 'CONFIG_SPIKE', if_true: files('spike.c'))
11 riscv_ss.add(when: 'CONFIG_MICROCHIP_PFSOC', if_true: files('microchip_pfsoc.c'))
[all …]
/qemu/hw/display/
H A Dxenfb.c53 struct common c; member
65 struct common c; member
99 if (xenstore_read_fe_int(&c->xendev, "event-channel", &c->xendev.remote_port) == -1) in common_bind()
102 c->page = qemu_xen_foreignmem_map(c->xendev.dom, NULL, in common_bind()
105 if (c->page == NULL) in common_bind()
111 mfn, c->xendev.remote_port, c->xendev.local_port); in common_bind()
119 if (c->page) { in common_unbind()
121 c->page = NULL; in common_unbind()
410 common_unbind(&in->c); in input_disconnect()
901 fb_page = fb->c.page; in fb_initialise()
[all …]
/qemu/chardev/
H A Dtestdev.c51 uint8_t c; in DECLARE_INSTANCE_CHECKER() local
54 #define EAT(c) do { \ in DECLARE_INSTANCE_CHECKER() argument
58 c = *cur++; \ in DECLARE_INSTANCE_CHECKER()
61 EAT(c); in DECLARE_INSTANCE_CHECKER()
63 while (isspace(c)) { in DECLARE_INSTANCE_CHECKER()
64 EAT(c); in DECLARE_INSTANCE_CHECKER()
68 while (isdigit(c)) { in DECLARE_INSTANCE_CHECKER()
70 EAT(c); in DECLARE_INSTANCE_CHECKER()
73 while (isspace(c)) { in DECLARE_INSTANCE_CHECKER()
74 EAT(c); in DECLARE_INSTANCE_CHECKER()
[all …]
/qemu/ui/
H A Dvnc-enc-tight.c160 for (c = 0; c < 3; c++) { in tight_detect_smooth_image24()
164 for (c = 0; c < 3; c++) { in tight_detect_smooth_image24()
191 for (c = 1; c < 8; c++) { in tight_detect_smooth_image24()
192 errors += stats[c] * (c * c); in tight_detect_smooth_image24()
193 if (stats[c] == 0 || stats[c] > stats[c-1] * 2) { in tight_detect_smooth_image24()
197 for (; c < 256; c++) { in tight_detect_smooth_image24()
198 errors += stats[c] * (c * c); in tight_detect_smooth_image24()
574 for (c = 0; c < 3; c++) { in tight_filter_gradient24()
581 for (c = 0; c < 3; c++) { in tight_filter_gradient24()
583 left[c] = here[c]; in tight_filter_gradient24()
[all …]
/qemu/target/m68k/
H A Dmeson.build3 'cpu.c',
4 'fpu_helper.c',
5 'gdbstub.c',
6 'helper.c',
7 'op_helper.c',
8 'softfloat.c',
9 'translate.c',
14 'm68k-semi.c',
15 'monitor.c'
/qemu/hw/remote/
H A Dmeson.build3 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('machine.c'))
4 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('mpqemu-link.c'))
5 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('message.c'))
6 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('remote-obj.c'))
7 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('proxy.c'))
8 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('iohub.c'))
9 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('iommu.c'))
12 remote_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_true: files('vfio-user-obj.c'),
13 if_false: files('vfio-user-obj-stub.c'))
15 specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('memory.c'))
[all …]
/qemu/hw/ipmi/
H A Dmeson.build2 ipmi_ss.add(when: 'CONFIG_IPMI', if_true: files('ipmi.c', 'ipmi_kcs.c', 'ipmi_bt.c'))
3 ipmi_ss.add(when: 'CONFIG_IPMI_LOCAL', if_true: files('ipmi_bmc_sim.c'))
4 ipmi_ss.add(when: 'CONFIG_IPMI_EXTERN', if_true: files('ipmi_bmc_extern.c'))
5 ipmi_ss.add(when: 'CONFIG_ISA_IPMI_KCS', if_true: files('isa_ipmi_kcs.c'))
6 ipmi_ss.add(when: 'CONFIG_PCI_IPMI_KCS', if_true: files('pci_ipmi_kcs.c'))
7 ipmi_ss.add(when: 'CONFIG_ISA_IPMI_BT', if_true: files('isa_ipmi_bt.c'))
8 ipmi_ss.add(when: 'CONFIG_PCI_IPMI_BT', if_true: files('pci_ipmi_bt.c'))
9 ipmi_ss.add(when: 'CONFIG_IPMI_SSIF', if_true: files('smbus_ipmi.c'))
/qemu/tests/tcg/openrisc/
H A Dtest_mul.c5 int a, b, c; in main() local
9 c = 0x1; in main()
14 : "r"(b), "r"(c) in main()
22 c = 0x0; in main()
27 : "r"(b), "r"(c) in main()
35 c = 0xff; in main()
40 : "r"(b), "r"(c) in main()
48 c = 0x2; in main()
53 : "r"(b), "r"(c) in main()
/qemu/hw/watchdog/
H A Dmeson.build1 system_ss.add(files('watchdog.c'))
2 system_ss.add(when: 'CONFIG_ALLWINNER_WDT', if_true: files('allwinner-wdt.c'))
3 system_ss.add(when: 'CONFIG_CMSDK_APB_WATCHDOG', if_true: files('cmsdk-apb-watchdog.c'))
4 system_ss.add(when: 'CONFIG_WDT_IB6300ESB', if_true: files('wdt_i6300esb.c'))
5 system_ss.add(when: 'CONFIG_WDT_IB700', if_true: files('wdt_ib700.c'))
6 system_ss.add(when: 'CONFIG_WDT_DIAG288', if_true: files('wdt_diag288.c'))
7 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('wdt_aspeed.c'))
8 system_ss.add(when: 'CONFIG_WDT_IMX2', if_true: files('wdt_imx2.c'))
9 system_ss.add(when: 'CONFIG_WDT_SBSA', if_true: files('sbsa_gwdt.c'))
10 specific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_watchdog.c'))
/qemu/hw/isa/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_APM', if_true: files('apm.c'))
2 system_ss.add(when: 'CONFIG_FDC37M81X', if_true: files('fdc37m81x-superio.c'))
3 system_ss.add(when: 'CONFIG_I82378', if_true: files('i82378.c'))
4 system_ss.add(when: 'CONFIG_ISA_BUS', if_true: files('isa-bus.c'))
5 system_ss.add(when: 'CONFIG_ISA_SUPERIO', if_true: files('isa-superio.c'))
6 system_ss.add(when: 'CONFIG_PC87312', if_true: files('pc87312.c'))
7 system_ss.add(when: 'CONFIG_PIIX', if_true: files('piix.c'))
8 system_ss.add(when: 'CONFIG_SMC37C669', if_true: files('smc37c669-superio.c'))
9 system_ss.add(when: 'CONFIG_VT82C686', if_true: files('vt82c686.c'))
11 specific_ss.add(when: 'CONFIG_LPC_ICH9', if_true: files('lpc_ich9.c'))
/qemu/tcg/
H A Dmeson.build8 'optimize.c',
9 'region.c',
10 'tcg.c',
11 'tcg-common.c',
12 'tcg-op.c',
13 'tcg-op-ldst.c',
14 'tcg-op-gvec.c',
15 'tcg-op-vec.c',
22 tcg_ss.add(files('tci.c'))
25 tcg_ss.add(when: libdw, if_true: files('debuginfo.c'))
[all …]
/qemu/hw/m68k/
H A Dmeson.build2 m68k_ss.add(when: 'CONFIG_AN5206', if_true: files('an5206.c', 'mcf5206.c'))
3 m68k_ss.add(when: 'CONFIG_MCF5208', if_true: files('mcf5208.c', 'mcf_intc.c'))
4 m68k_ss.add(when: 'CONFIG_NEXTCUBE', if_true: files('next-kbd.c', 'next-cube.c'))
5 m68k_ss.add(when: 'CONFIG_Q800', if_true: files('q800.c', 'q800-glue.c'))
6 m68k_ss.add(when: 'CONFIG_M68K_VIRT', if_true: files('virt.c'))

12345678910>>...46