Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 1132) sorted by relevance

12345678910>>...46

/qemu/subprojects/packagefiles/berkeley-softfloat-3/
H A Dmeson.build1 project('berkeley-softfloat-3', 'c',
27 sfdir / 's_eq128.c',
28 sfdir / 's_le128.c',
29 sfdir / 's_lt128.c',
46 sfdir / 's_add128.c',
48 sfdir / 's_sub128.c',
143 sfdir / 'f16_eq.c',
144 sfdir / 'f16_le.c',
145 sfdir / 'f16_lt.c',
172 sfdir / 'f32_eq.c',
[all …]
/qemu/tests/data/qobject/
H A Dqdict.txt4 11d.c: 17874
14 21142.c: 8591
15 21285.c: 11721
64 44x.c: 3615
124 7c: 4096
2338 cache-c.c: 733
2990 c-octeon.c: 7206
3447 c-qcam.c: 19812
3453 c-r3k.c: 8056
3454 c-r4k.c: 37720
[all …]
/qemu/subprojects/packagefiles/berkeley-testfloat-3/
H A Dmeson.build1 project('berkeley-testfloat-3', 'c',
29 tfdir / 'genCases_ui32.c',
30 tfdir / 'genCases_ui64.c',
31 tfdir / 'genCases_i32.c',
32 tfdir / 'genCases_i64.c',
33 tfdir / 'genCases_f16.c',
34 tfdir / 'genCases_f32.c',
35 tfdir / 'genCases_f64.c',
181 tfdir / 'uint128.c',
182 tfdir / 'fail.c',
[all …]
/qemu/tests/qtest/
H A Dpflash-cfi02-test.c175 flash_write(c, as_byte_addr(c, cmd_addr), replicate(c, cmd)); in flash_cmd()
180 return flash_read(c, as_byte_addr(c, query_addr)); in flash_query()
185 return flash_query(c, query_addr) & device_mask(c); in flash_query_1()
309 reset(c); in test_geometry()
320 !!c->nb_blocs[0] + !!c->nb_blocs[1] + !!c->nb_blocs[2] + in test_geometry()
417 bypass_program(c, 0 * c->bank_width, 0x01); in test_geometry()
418 bypass_program(c, 1 * c->bank_width, 0x23); in test_geometry()
419 bypass_program(c, 2 * c->bank_width, 0x45); in test_geometry()
425 flash_write(c, 3 * c->bank_width, 0x67); in test_geometry()
426 wait_for_completion(c, 3 * c->bank_width); in test_geometry()
[all …]
/qemu/block/
H A Dqcow2-cache.c103 while (i < c->size && !can_clean_entry(c, i)) { in qcow2_cache_clean_unused()
108 while (i < c->size && can_clean_entry(c, i)) { in qcow2_cache_clean_unused()
120 c->cache_clean_lru_counter = c->lru_counter; in qcow2_cache_clean_unused()
141 if (!c->entries || !c->table_array) { in qcow2_cache_create()
148 return c; in qcow2_cache_create()
161 g_free(c); in qcow2_cache_destroy()
188 if (!c->entries[i].dirty || !c->entries[i].offset) { in qcow2_cache_entry_flush()
210 c->entries[i].offset, c->table_size, false); in qcow2_cache_entry_flush()
285 if (c->depends && (c->depends != dependency)) { in qcow2_cache_set_dependency()
316 qcow2_cache_table_release(c, 0, c->size); in qcow2_cache_empty()
[all …]
H A Dmeson.build3 'accounting.c',
4 'aio_task.c',
5 'amend.c',
6 'backup.c',
7 'blkdebug.c',
12 'commit.c',
15 'create.c',
20 'io.c',
22 'nbd.c',
23 'null.c',
[all …]
/qemu/hw/dma/
H A Detraxfs_dma.c263 D(dump_c(c, &ctrl->channels[c].current_c)); in channel_load_c()
280 D(dump_d(c, &ctrl->channels[c].current_d)); in channel_load_d()
290 D(dump_d(c, &ctrl->channels[c].current_d)); in channel_store_c()
332 c, ctrl->channels[c].state, in channel_continue()
336 D(dump_d(c, &ctrl->channels[c].current_d)); in channel_continue()
345 if (!ctrl->channels[c].current_d.eol && ctrl->channels[c].eol) { in channel_continue()
388 c, in channel_update_irq()
489 D(dump_d(c, &ctrl->channels[c].current_d)); in channel_out_run()
540 D(dump_d(c, &ctrl->channels[c].current_d)); in channel_in_process()
586 int c; in dma_read() local
[all …]
/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c255 for (char *x = c->inst.code_begin; x < c->inst.code_end; x++) { in commit()
263 fwrite(c->header_str->str, sizeof(char), c->header_str->len, in commit()
265 fwrite(c->out_str->str, sizeof(char), c->out_str->len, in commit()
1316 OUT(c, in gen_write_reg()
1330 yyassert(c, locp, !is_inside_ternary(c), in gen_assign()
1546 OUT(c, in gen_circ_op()
1691 fprintf(c->enabled_file, "%s\n", c->inst.name->str); in gen_inst_code()
1705 yyassert(c, locp, !is_inside_ternary(c), in gen_pred_assign()
1818 OUT(c, locp, "TCGLabel *if_label_", &c->inst.if_count, in gen_if_cond()
1958 yyassert(c, locp, !is_inside_ternary(c), in gen_rvalue_sat()
[all …]
H A Dparser-helpers.h105 )(c, locp, x);
108 #define FE_1(c, locp, WHAT, X) WHAT(c, locp, X) argument
110 WHAT(c, locp, X)FE_1(c, locp, WHAT, __VA_ARGS__)
112 WHAT(c, locp, X)FE_2(c, locp, WHAT, __VA_ARGS__)
114 WHAT(c, locp, X)FE_3(c, locp, WHAT, __VA_ARGS__)
116 WHAT(c, locp, X)FE_4(c, locp, WHAT, __VA_ARGS__)
118 WHAT(c, locp, X)FE_5(c, locp, WHAT, __VA_ARGS__)
120 WHAT(c, locp, X)FE_6(c, locp, WHAT, __VA_ARGS__)
122 WHAT(c, locp, X)FE_7(c, locp, WHAT, __VA_ARGS__)
124 WHAT(c, locp, X)FE_8(c, locp, WHAT, __VA_ARGS__)
[all …]
H A Didef-parser.y28 %parse-param {Context *c}
114 gen_inst(c, $1);
223 c->inst.code_begin = c->input_buffer + @2.first_column - 1;
224 c->inst.code_end = c->input_buffer + @2.last_column - 1;
342 yyassert(c, &@1, !is_inside_ternary(c),
352 yyassert(c, &@1, !is_inside_ternary(c),
361 yyassert(c, &@1, !is_inside_ternary(c),
370 yyassert(c, &@1, !is_inside_ternary(c),
377 yyassert(c, &@1, !is_inside_ternary(c),
384 yyassert(c, &@1, !is_inside_ternary(c),
[all …]
/qemu/audio/
H A Djackaudio.c148 for (int c = 0; c < buffer->channels; ++c) { in qjack_buffer_write() local
182 for (int c = 0; c < buffer->channels; ++c) { in qjack_buffer_write_l() local
214 for (int c = 0; c < buffer->channels; ++c) { in qjack_buffer_read() local
249 for (int c = 0; c < buffer->channels; ++c) { in qjack_buffer_read_l() local
442 c->freq = jack_get_sample_rate(c->client); in qjack_client_init()
459 jack_on_shutdown(c->client, qjack_shutdown, c); in qjack_client_init()
462 c->port = g_new(jack_port_t *, c->nchannels); in qjack_client_init()
482 c->buffersize = jack_get_buffer_size(c->client); in qjack_client_init()
493 qjack_buffer_create(&c->fifo, c->nchannels, c->buffersize * 3); in qjack_client_init()
532 jo->c.freq, jo->c.buffersize); in qjack_init_out()
[all …]
/qemu/tests/qtest/libqos/
H A Dmeson.build2 '../libqtest.c',
3 '../libqmp.c',
5 'qgraph.c',
7 'pci.c',
8 'fw_cfg.c',
10 'libqos.c',
16 'rtas.c',
23 'ahci.c',
26 'usb.c',
30 'i2c.c',
[all …]
/qemu/hw/misc/
H A Dmeson.build58 'imx25_ccm.c',
60 'imx6_ccm.c',
61 'imx6_src.c',
63 'imx7_ccm.c',
64 'imx7_src.c',
65 'imx7_gpr.c',
67 'imx_ccm.c',
68 'imx_rngc.c',
79 'omap_clk.c',
81 'omap_l4.c',
[all …]
H A Dmips_itu.c196 return c->data[c->fifo_out]; in view_bypass_read()
204 if (c->tag.FIFO && (c->tag.FIFOPtr > 0)) { in view_bypass_write()
205 int idx = (c->fifo_out + c->tag.FIFOPtr - 1) % ITC_CELL_DEPTH; in view_bypass_write()
230 if (c->tag.E) { in view_control_write()
245 c->tag.F = 0; in view_ef_common_read()
256 ret = c->data[c->fifo_out]; in view_ef_common_read()
257 c->fifo_out = (c->fifo_out + 1) % ITC_CELL_DEPTH; in view_ef_common_read()
262 c->tag.E = 1; in view_ef_common_read()
285 c->tag.E = 0; in view_ef_common_write()
296 int idx = (c->fifo_out + c->tag.FIFOPtr) % ITC_CELL_DEPTH; in view_ef_common_write()
[all …]
/qemu/util/
H A Dmeson.build1 util_ss.add(files('osdep.c', 'cutils.c', 'unicode.c', 'qemu-timer-common.c'))
35 util_ss.add(files('envlist.c', 'path.c', 'module.c'))
37 util_ss.add(files('bitmap.c', 'bitops.c'))
40 util_ss.add(files('error.c', 'error-report.c'))
42 util_ss.add(files('id.c'))
43 util_ss.add(files('qemu-config.c', 'notify.c'))
44 util_ss.add(files('qemu-option.c', 'qemu-progress.c'))
81 util_ss.add(files('aiocb.c', 'async.c'))
84 util_ss.add(files('qemu-coroutine.c', 'qemu-coroutine-lock.c', 'qemu-coroutine-io.c'))
86 util_ss.add(files('thread-pool.c', 'qemu-timer.c'))
[all …]
/qemu/hw/ppc/
H A Dmeson.build3 'ppc.c',
4 'ppc_booke.c',
7 'fdt.c',
13 'spapr.c',
14 'spapr_caps.c',
15 'spapr_vio.c',
21 'spapr_pci.c',
22 'spapr_rtc.c',
31 'pef.c',
45 'pnv.c',
[all …]
/qemu/hw/arm/
H A Dmeson.build2 arm_ss.add(files('boot.c'), fdt)
15 arm_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx.c', 'npcm7xx_boards.c'))
26 arm_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx.c', 'pxa2xx_gpio.c', 'pxa2xx_pic.c'))
32 arm_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2836.c', 'raspi.c'))
42 arm_ss.add(when: 'CONFIG_FSL_IMX31', if_true: files('fsl-imx31.c', 'kzm.c'))
45 'aspeed.c',
47 'aspeed_ast2400.c',
48 'aspeed_ast2600.c',
49 'aspeed_ast10x0.c',
50 'aspeed_eeprom.c',
[all …]
/qemu/crypto/
H A Dmeson.build3 'afsplit.c',
7 'block.c',
8 'cipher.c',
9 'der.c',
10 'hash.c',
11 'hmac.c',
28 crypto_ss.add(nettle, files('hash-nettle.c', 'hmac-nettle.c', 'pbkdf-nettle.c'))
36 crypto_ss.add(gcrypt, files('hash-gcrypt.c', 'hmac-gcrypt.c', 'pbkdf-gcrypt.c'))
38 crypto_ss.add(gnutls, files('hash-gnutls.c', 'hmac-gnutls.c', 'pbkdf-gnutls.c'))
40 crypto_ss.add(files('hash-glib.c', 'hmac-glib.c', 'pbkdf-stub.c'))
[all …]
/qemu/hw/intc/
H A Dmeson.build1 system_ss.add(files('intc.c'))
3 'arm_gic.c',
4 'arm_gic_common.c',
5 'arm_gicv2m.c',
6 'arm_gicv3_common.c',
7 'arm_gicv3_its_common.c',
10 'arm_gicv3.c',
11 'arm_gicv3_dist.c',
12 'arm_gicv3_its.c',
13 'arm_gicv3_redist.c',
[all …]
/qemu/include/qemu/
H A Dctype.h11 #define qemu_isalnum(c) isalnum((unsigned char)(c)) argument
12 #define qemu_isalpha(c) isalpha((unsigned char)(c)) argument
13 #define qemu_iscntrl(c) iscntrl((unsigned char)(c)) argument
14 #define qemu_isdigit(c) isdigit((unsigned char)(c)) argument
15 #define qemu_isgraph(c) isgraph((unsigned char)(c)) argument
16 #define qemu_islower(c) islower((unsigned char)(c)) argument
17 #define qemu_isprint(c) isprint((unsigned char)(c)) argument
18 #define qemu_ispunct(c) ispunct((unsigned char)(c)) argument
19 #define qemu_isspace(c) isspace((unsigned char)(c)) argument
20 #define qemu_isupper(c) isupper((unsigned char)(c)) argument
[all …]
/qemu/hw/net/
H A Dmeson.build10 system_ss.add(when: 'CONFIG_E1000_PCI', if_true: files('e1000.c', 'e1000x_common.c'))
12 …(when: 'CONFIG_E1000E_PCI_EXPRESS', if_true: files('e1000e.c', 'e1000e_core.c', 'e1000x_common.c'))
14 system_ss.add(when: 'CONFIG_IGB_PCI_EXPRESS', if_true: files('igb.c', 'igbvf.c', 'igb_core.c'))
58 'fsl_etsec/etsec.c',
59 'fsl_etsec/miim.c',
60 'fsl_etsec/registers.c',
61 'fsl_etsec/rings.c',
65 'rocker/rocker.c',
66 'rocker/rocker_desc.c',
67 'rocker/rocker_fp.c',
[all …]
/qemu/migration/
H A Dmeson.build4 'page_cache.c',
5 'xbzrle.c',
7 'vmstate.c',
8 'qemu-file.c',
14 'channel.c',
17 'exec.c',
18 'fd.c',
19 'file.c',
29 'savevm.c',
31 'tls.c',
[all …]
/qemu/hw/core/
H A Dmeson.build3 'bus.c',
5 'qdev.c',
7 'resettable.c',
8 'vmstate-if.c',
10 'irq.c',
11 'clock.c',
31 'gpio.c',
33 'loader.c',
37 'nmi.c',
39 'numa.c',
[all …]
/qemu/include/tcg/
H A Dtcg-cond.h65 return (TCGCond)(c ^ 1); in tcg_invert_cond()
71 return (TCGCond)(c ^ ((c & 2) << 1)); in tcg_swap_cond()
77 return (c & (8 | 2)) == 2; in is_signed_cond()
83 return (c & (8 | 2)) == (8 | 2); in is_unsigned_cond()
89 return (c | 1) == TCG_COND_TSTNE; in is_tst_cond()
95 return is_signed_cond(c) ? (TCGCond)(c + 8) : c; in tcg_unsigned_cond()
101 return is_unsigned_cond(c) ? (TCGCond)(c - 8) : c; in tcg_signed_cond()
107 return is_tst_cond(c) ? (TCGCond)(c - 4) : c; in tcg_tst_eqne_cond()
113 return is_tst_cond(c) ? (TCGCond)(c ^ 0xf) : c; in tcg_tst_ltge_cond()
122 switch (c) { in tcg_high_cond()
[all …]
/qemu/net/
H A Dmeson.build2 'announce.c',
3 'checksum.c',
4 'dump.c',
5 'eth.c',
8 'filter.c',
9 'hub.c',
11 'net.c',
12 'queue.c',
16 'util.c',
53 system_ss.add(files('tap.c', 'tap-bsd.c'))
[all …]

12345678910>>...46