Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/qemu/tests/unit/
H A Dtest-resv-mem.c28 for (l = ranges; l; l = l->next) { in print_ranges()
52 for (l = ranges, e = expected; l ; l = l->next, e = e->next) { in compare_ranges()
203 for (GList *l = list; l; l = l->next) { in print_resv_region_list() local
227 l = resv_region_list_insert(l, r[0]); in check_resv_region_list_insert()
228 l = resv_region_list_insert(l, r[1]); in check_resv_region_list_insert()
233 l = resv_region_list_insert(l, r[2]); in check_resv_region_list_insert()
236 l = resv_region_list_insert(l, r[3]); in check_resv_region_list_insert()
241 l = resv_region_list_insert(l, r[4]); in check_resv_region_list_insert()
246 l = resv_region_list_insert(l, r[5]); in check_resv_region_list_insert()
251 l = resv_region_list_insert(l, r[6]); in check_resv_region_list_insert()
[all …]
/qemu/pc-bios/keymaps/
H A Dmeson.build2 'ar': '-l ara',
4 'cz': '-l cz',
5 'da': '-l dk',
7 'de-ch': '-l ch',
10 'es': '-l es',
11 'et': '-l et',
12 'fi': '-l fi',
13 'fo': '-l fo',
18 'hr': '-l hr',
19 'hu': '-l hu',
[all …]
/qemu/util/
H A Drange.c40 GList *l; in range_list_insert() local
45 for (l = list; l && range_compare(l->data, data) < 0; l = l->next) { in range_list_insert()
48 if (!l || range_compare(l->data, data) > 0) { in range_list_insert()
58 while (l->next && range_compare(l->data, l->next->data) == 0) { in range_list_insert()
61 range_extend(l->data, l->next->data); in range_list_insert()
86 for (l = in; l && range_upb(l->data) < low; l = l->next) { in range_inverse_array()
90 if (!l) { in range_inverse_array()
94 r = (Range *)l->data; in range_inverse_array()
102 for (; l->next; l = l->next) { in range_inverse_array()
103 r = (Range *)l->data; in range_inverse_array()
[all …]
H A Dreserved-region.c29 GList *l; in resv_region_list_insert() local
31 for (l = list; l ; ) { in resv_region_list_insert()
32 resv_iter = (ReservedRegion *)l->data; in resv_region_list_insert()
37 l = l->next; in resv_region_list_insert()
43 GList *prev = l->prev; in resv_region_list_insert()
44 g_free(l->data); in resv_region_list_insert()
45 list = g_list_delete_link(list, l); in resv_region_list_insert()
47 l = prev->next; in resv_region_list_insert()
49 l = list; in resv_region_list_insert()
62 l = l->next; in resv_region_list_insert()
[all …]
H A Dthread-context.c90 uint16List *l, *host_cpus = NULL; in thread_context_set_cpu_affinity() local
108 for (l = host_cpus; l; l = l->next) { in thread_context_set_cpu_affinity()
109 nbits = MAX(nbits, l->value + 1); in thread_context_set_cpu_affinity()
112 for (l = host_cpus; l; l = l->next) { in thread_context_set_cpu_affinity()
113 set_bit(l->value, bitmap); in thread_context_set_cpu_affinity()
175 uint16List *l, *host_nodes = NULL; in thread_context_set_node_affinity() local
196 for (l = host_nodes; l; l = l->next) { in thread_context_set_node_affinity()
198 ret = numa_node_to_cpus(l->value, tmp_cpus); in thread_context_set_node_affinity()
H A Dhost-utils.c42 } l; in mul64() member
50 rl.ll = (uint64_t)a0.l.low * b0.l.low; in mul64()
51 rm.ll = (uint64_t)a0.l.low * b0.l.high; in mul64()
52 rn.ll = (uint64_t)a0.l.high * b0.l.low; in mul64()
53 rh.ll = (uint64_t)a0.l.high * b0.l.high; in mul64()
55 c = (uint64_t)rl.l.high + rm.l.low + rn.l.low; in mul64()
56 rl.l.high = c; in mul64()
58 c = c + rm.l.high + rn.l.high + rh.l.low; in mul64()
59 rh.l.low = c; in mul64()
60 rh.l.high += (uint32_t)(c >> 32); in mul64()
/qemu/tests/qtest/
H A Dtpm-tis-util.c108 int locty, l; in tpm_tis_test_check_access_reg_seize() local
128 for (l = 0; l < locty; l++) { in tpm_tis_test_check_access_reg_seize()
188 for (l = locty + 1; l < TPM_TIS_NUM_LOCALITIES - 1; l++) { in tpm_tis_test_check_access_reg_seize()
253 l--; in tpm_tis_test_check_access_reg_seize()
269 for (l = locty - 1; l >= 0; l--) { in tpm_tis_test_check_access_reg_seize()
281 if (l == 1) { in tpm_tis_test_check_access_reg_seize()
287 for (l = 0; l < TPM_TIS_NUM_LOCALITIES - 1; l++) { in tpm_tis_test_check_access_reg_seize()
301 int locty, l; in tpm_tis_test_check_access_reg_release() local
321 for (l = 0; l < TPM_TIS_NUM_LOCALITIES - 1; l++) { in tpm_tis_test_check_access_reg_release()
345 for (l = TPM_TIS_NUM_LOCALITIES - 2; l >= 0; l--) { in tpm_tis_test_check_access_reg_release()
[all …]
H A Dtpm-tis-i2c-test.c162 uint8_t locty, l; in tpm_tis_i2c_test_check_localities() local
229 int locty, l; in tpm_tis_i2c_test_check_access_reg_seize() local
250 for (l = 0; l < locty; l++) { in tpm_tis_i2c_test_check_access_reg_seize()
313 for (l = locty + 1; l < TPM_TIS_NUM_LOCALITIES - 1; l++) { in tpm_tis_i2c_test_check_access_reg_seize()
379 l--; in tpm_tis_i2c_test_check_access_reg_seize()
395 for (l = locty - 1; l >= 0; l--) { in tpm_tis_i2c_test_check_access_reg_seize()
413 for (l = 0; l < TPM_TIS_NUM_LOCALITIES - 1; l++) { in tpm_tis_i2c_test_check_access_reg_seize()
427 int locty, l; in tpm_tis_i2c_test_check_access_reg_release() local
448 for (l = 0; l < TPM_TIS_NUM_LOCALITIES - 1; l++) { in tpm_tis_i2c_test_check_access_reg_release()
473 for (l = TPM_TIS_NUM_LOCALITIES - 2; l >= 0; l--) { in tpm_tis_i2c_test_check_access_reg_release()
[all …]
/qemu/target/sparc/
H A Dmonitor.c101 { "f0", offsetof(CPUSPARCState, fpr[0].l.upper) },
102 { "f1", offsetof(CPUSPARCState, fpr[0].l.lower) },
103 { "f2", offsetof(CPUSPARCState, fpr[1].l.upper) },
104 { "f3", offsetof(CPUSPARCState, fpr[1].l.lower) },
105 { "f4", offsetof(CPUSPARCState, fpr[2].l.upper) },
106 { "f5", offsetof(CPUSPARCState, fpr[2].l.lower) },
107 { "f6", offsetof(CPUSPARCState, fpr[3].l.upper) },
108 { "f7", offsetof(CPUSPARCState, fpr[3].l.lower) },
109 { "f8", offsetof(CPUSPARCState, fpr[4].l.upper) },
110 { "f9", offsetof(CPUSPARCState, fpr[4].l.lower) },
[all …]
/qemu/host/include/aarch64/host/
H A Datomic128-ldst.h30 uint64_t l, h; in atomic16_read_ro() local
35 : [l] "=r"(l), [h] "=r"(h) : [mem] "m"(*ptr)); in atomic16_read_ro()
37 return int128_make128(l, h); in atomic16_read_ro()
42 uint64_t l, h; in atomic16_read_rw() local
48 : [l] "=r"(l), [h] "=r"(h) : [mem] "m"(*ptr)); in atomic16_read_rw()
54 : [mem] "+m"(*ptr), [tmp] "=&r"(tmp), [l] "=&r"(l), [h] "=&r"(h)); in atomic16_read_rw()
57 return int128_make128(l, h); in atomic16_read_rw()
62 uint64_t l = int128_getlo(val), h = int128_gethi(val); in atomic16_set() local
68 : [mem] "=m"(*ptr) : [l] "r"(l), [h] "r"(h)); in atomic16_set()
75 : [l] "r"(l), [h] "r"(h)); in atomic16_set()
/qemu/hw/core/
H A Dqdev-fw.c65 int l = 0; in qdev_get_fw_dev_path_helper() local
69 l = qdev_get_fw_dev_path_helper(dev->parent_bus->parent, p, size); in qdev_get_fw_dev_path_helper()
75 l += snprintf(p + l, size - l, "%s", d); in qdev_get_fw_dev_path_helper()
78 return l; in qdev_get_fw_dev_path_helper()
81 l += snprintf(p + l , size - l, "/"); in qdev_get_fw_dev_path_helper()
83 return l; in qdev_get_fw_dev_path_helper()
89 int l; in qdev_get_fw_dev_path() local
91 l = qdev_get_fw_dev_path_helper(dev, path, 128); in qdev_get_fw_dev_path()
93 path[l - 1] = '\0'; in qdev_get_fw_dev_path()
/qemu/accel/tcg/
H A Dcputlb.c2561 ret = do_ld16_beN(cpu, &l.page[1], a, l.mmu_idx, l.memop, ra); in do_ld16_mmu()
2563 ret = do_ld16_beN(cpu, &l.page[0], 0, l.mmu_idx, l.memop, ra); in do_ld16_mmu()
2870 do_st_2(cpu, &l.page[0], val, l.mmu_idx, l.memop, ra); in do_st2_mmu()
2892 do_st_4(cpu, &l.page[0], val, l.mmu_idx, l.memop, ra); in do_st4_mmu()
2900 val = do_st_leN(cpu, &l.page[0], val, l.mmu_idx, l.memop, ra); in do_st4_mmu()
2901 (void) do_st_leN(cpu, &l.page[1], val, l.mmu_idx, l.memop, ra); in do_st4_mmu()
2913 do_st_8(cpu, &l.page[0], val, l.mmu_idx, l.memop, ra); in do_st8_mmu()
2921 val = do_st_leN(cpu, &l.page[0], val, l.mmu_idx, l.memop, ra); in do_st8_mmu()
2922 (void) do_st_leN(cpu, &l.page[1], val, l.mmu_idx, l.memop, ra); in do_st8_mmu()
2976 do_st16_leN(cpu, &l.page[1], val, l.mmu_idx, l.memop, ra); in do_st16_mmu()
[all …]
/qemu/target/microblaze/
H A Dop_helper.c150 fa.l = a; in helper_fadd()
151 fb.l = b; in helper_fadd()
165 fa.l = a; in helper_frsub()
166 fb.l = b; in helper_frsub()
179 fa.l = a; in helper_fmul()
180 fb.l = b; in helper_fmul()
194 fa.l = a; in helper_fdiv()
195 fb.l = b; in helper_fdiv()
208 fa.l = a; in helper_fcmp_un()
209 fb.l = b; in helper_fcmp_un()
[all …]
/qemu/target/arm/tcg/
H A Dcrypto_helper.c24 uint64_t l[2]; member
203 rd[0] = d.l[0]; in crypto_sha1_3reg()
204 rd[1] = d.l[1]; in crypto_sha1_3reg()
248 rd[0] = m.l[0]; in HELPER()
249 rd[1] = m.l[1]; in HELPER()
266 rd[0] = d.l[0]; in HELPER()
267 rd[1] = d.l[1]; in HELPER()
326 rd[0] = d.l[0]; in HELPER()
327 rd[1] = d.l[1]; in HELPER()
353 rd[0] = d.l[0]; in HELPER()
[all …]
/qemu/hw/display/
H A Domap_dss.c74 } l[3]; member
157 s->dispc.l[0].bpp = 0; in omap_dss_reset()
161 s->dispc.l[0].posx = 0; in omap_dss_reset()
162 s->dispc.l[0].posy = 0; in omap_dss_reset()
163 s->dispc.l[0].nx = 1; in omap_dss_reset()
164 s->dispc.l[0].ny = 1; in omap_dss_reset()
165 s->dispc.l[0].attr = 0; in omap_dss_reset()
321 return (s->dispc.l[0].posy << 16) | s->dispc.l[0].posx; in omap_disc_read()
323 return ((s->dispc.l[0].ny - 1) << 16) | (s->dispc.l[0].nx - 1); in omap_disc_read()
411 if (!((s->dispc.l[1].attr | s->dispc.l[2].attr) & 1)) { in omap_disc_write()
[all …]
/qemu/audio/
H A Drate_template.h52 OP (obuf[i].l, ibuf[i].l); in NAME()
101 out.l = (ilast.l * (1.0 - t)) + icur.l * t; in NAME()
105 out.l = (ilast.l * ((int64_t) UINT_MAX - t) + icur.l * t) >> 32; in NAME()
110 OP (obuf->l, out.l); in NAME()
/qemu/include/qemu/
H A Dtsan.h64 void AnnotateHappensBefore(const char *f, int l, void *addr);
65 void AnnotateHappensAfter(const char *f, int l, void *addr);
66 void AnnotateThreadName(const char *f, int l, char *name);
67 void AnnotateIgnoreReadsBegin(const char *f, int l);
68 void AnnotateIgnoreReadsEnd(const char *f, int l);
69 void AnnotateIgnoreWritesBegin(const char *f, int l);
70 void AnnotateIgnoreWritesEnd(const char *f, int l);
H A Dcpu-float.h10 uint32_t l; member
19 } l; member
24 } l; member
34 } l; member
45 } l; member
56 } l; member
/qemu/system/
H A Dphysmem.c2671 l = pow2floor(l); in memory_access_size()
2732 *l = memory_access_size(mr, *l, mr_addr); in flatview_write_continue_step()
2805 l = len; in flatview_write()
2829 *l = memory_access_size(mr, *l, mr_addr); in flatview_read_continue_step()
2896 l = len; in flatview_read()
2951 int l; in address_space_set() local
2997 l = memory_access_size(mr, l, addr1); in address_space_write_rom_internal()
3142 l = memory_access_size(mr, l, addr); in flatview_access_valid()
3214 l = len; in address_space_map()
3225 l = MIN(l, TARGET_PAGE_SIZE); in address_space_map()
[all …]
/qemu/
H A Dcpu-target.c381 vaddr l, page; in cpu_memory_rw_debug() local
391 if (l > len) in cpu_memory_rw_debug()
392 l = len; in cpu_memory_rw_debug()
404 memcpy(p, buf, l); in cpu_memory_rw_debug()
405 unlock_user(p, addr, l); in cpu_memory_rw_debug()
427 if (written != l) { in cpu_memory_rw_debug()
437 memcpy(buf, p, l); in cpu_memory_rw_debug()
447 if (pread(fd, buf, l, in cpu_memory_rw_debug()
452 len -= l; in cpu_memory_rw_debug()
453 buf += l; in cpu_memory_rw_debug()
[all …]
/qemu/ui/
H A Dvnc-enc-zywrle.h319 s = (8 << l) * skip_pixel; in wavelet_level()
320 end = px0 + (size >> (l + 1)) * s; in wavelet_level()
322 ofs = (4 << l) * skip_pixel; in wavelet_level()
344 m = &(zywrle_param[level - 1][l]); in filter_wavelet_square()
345 s = 2 << l; in filter_wavelet_square()
420 m = zywrle_param[level - 1][l]; in filter_wavelet_square()
421 s = 2 << l; in filter_wavelet_square()
446 int l, s; in wavelet() local
450 for (l = 0; l < level; l++) { in wavelet()
453 s = width << l; in wavelet()
[all …]
H A Dvnc-enc-zywrle-template.c132 int l; in ZYWRLE_ANALYZE() local
155 for (l = 0; l < level; l++) { in ZYWRLE_ANALYZE()
156 ZYWRLE_PACK_COEFF(buf, dst, 3, w, h, scanline, l); in ZYWRLE_ANALYZE()
157 ZYWRLE_PACK_COEFF(buf, dst, 2, w, h, scanline, l); in ZYWRLE_ANALYZE()
158 ZYWRLE_PACK_COEFF(buf, dst, 1, w, h, scanline, l); in ZYWRLE_ANALYZE()
159 if (l == level - 1) { in ZYWRLE_ANALYZE()
160 ZYWRLE_PACK_COEFF(buf, dst, 0, w, h, scanline, l); in ZYWRLE_ANALYZE()
/qemu/hw/input/
H A Dhid.c360 int dx, dy, dz, l; in hid_pointer_poll() local
395 l = 0; in hid_pointer_poll()
398 if (len > l) { in hid_pointer_poll()
401 if (len > l) { in hid_pointer_poll()
404 if (len > l) { in hid_pointer_poll()
407 if (len > l) { in hid_pointer_poll()
413 if (len > l) { in hid_pointer_poll()
416 if (len > l) { in hid_pointer_poll()
419 if (len > l) { in hid_pointer_poll()
422 if (len > l) { in hid_pointer_poll()
[all …]
/qemu/target/s390x/kvm/
H A Dstsi-topology.c210 static int s390_topology_id_cmp(const S390TopologyId *l, in s390_topology_id_cmp() argument
213 int l_polarization = l->vertical ? l->entitlement : 0; in s390_topology_id_cmp()
220 return l->sentinel - r->sentinel ?: in s390_topology_id_cmp()
221 l->drawer - r->drawer ?: in s390_topology_id_cmp()
222 l->book - r->book ?: in s390_topology_id_cmp()
223 l->socket - r->socket ?: in s390_topology_id_cmp()
224 l->type - r->type ?: in s390_topology_id_cmp()
227 r->dedicated - l->dedicated ?: in s390_topology_id_cmp()
228 l->origin - r->origin; in s390_topology_id_cmp()
234 return !s390_topology_id_cmp(l, r); in s390_topology_id_eq()
[all …]
/qemu/target/s390x/tcg/
H A Dmem_helper.c370 l++; in do_helper_nc()
404 l++; in do_helper_xc()
445 l++; in do_helper_oc()
478 l++; in do_helper_mvc()
518 l++; in HELPER()
538 l++; in HELPER()
559 l++; in HELPER()
615 l++; in HELPER()
1614 l = (uint32_t)l; in HELPER()
2211 l = wrap_length32(env, l); in HELPER()
[all …]

12345678910>>...12