Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/misc/
H A Dmips_itu.c168 return &s->cell[cell_idx]; in get_cell()
393 ret = view_bypass_read(cell); in itc_storage_read()
396 ret = view_control_read(cell); in itc_storage_read()
399 ret = view_ef_sync_read(cell); in itc_storage_read()
402 ret = view_ef_try_read(cell); in itc_storage_read()
408 ret = view_pv_try_read(cell); in itc_storage_read()
451 view_pv_sync_write(cell); in itc_storage_write()
454 view_pv_try_write(cell); in itc_storage_write()
483 memset(s->cell, 0, get_num_cells(s) * sizeof(s->cell[0])); in itc_reset_cells()
486 s->cell[i].tag.E = 1; in itc_reset_cells()
[all …]
H A Dallwinner-r40-dramc.c352 uint64_t *cell = address_to_autodetect_cells(s, ddr, (uint32_t)offset); in allwinner_r40_detect_write() local
354 *cell = data; in allwinner_r40_detect_write()
/qemu/scripts/simplebench/
H A Dresults_to_text.py88 cell = ''
94 row.append(cell)
100 cell += ' '
104 cell += '--'
110 cell += f' {col_j}{diff_pr:+}%'
111 row.append(cell)
/qemu/target/arm/tcg/
H A Dpauth_helper.c130 static int rot_cell(int cell, int n) in rot_cell() argument
133 cell |= cell << 4; in rot_cell()
134 return extract32(cell, 4 - n, 4); in rot_cell()
163 static uint64_t tweak_cell_rot(uint64_t cell) in tweak_cell_rot() argument
165 return (cell >> 1) | (((cell ^ (cell >> 1)) & 1) << 3); in tweak_cell_rot()
195 static uint64_t tweak_cell_inv_rot(uint64_t cell) in tweak_cell_inv_rot() argument
197 return ((cell << 1) & 0xf) | ((cell & 1) ^ (cell >> 3)); in tweak_cell_inv_rot()
/qemu/include/hw/misc/
H A Dmips_itu.h64 ITCStorageCell *cell; member
/qemu/pc-bios/
H A Dcanyonlands.dts55 cell-index = <0>;
65 cell-index = <1>;
77 cell-index = <2>;
89 cell-index = <3>;
384 cell-index = <0>;
414 cell-index = <1>;
H A Dbamboo.dts53 cell-index = <0x0>;
/qemu/hw/ppc/
H A Dspapr.c450 struct sPAPRDrconfCellV2 cell; member
462 elem->cell.seq_lmbs = cpu_to_be32(seq_lmbs); in spapr_get_drconf_cell()
463 elem->cell.base_addr = cpu_to_be64(base_addr); in spapr_get_drconf_cell()
464 elem->cell.drc_index = cpu_to_be32(drc_index); in spapr_get_drconf_cell()
465 elem->cell.aa_index = cpu_to_be32(aa_index); in spapr_get_drconf_cell()
466 elem->cell.flags = cpu_to_be32(flags); in spapr_get_drconf_cell()
550 memcpy(cur_index, &elem->cell, sizeof(elem->cell)); in spapr_dt_dynamic_memory_v2()
551 cur_index += sizeof(elem->cell); in spapr_dt_dynamic_memory_v2()
/qemu/docs/specs/
H A Dppc-spapr-xive.rst179 the size of the event queues. One cell per size supported, contains
/qemu/tests/data/qobject/
H A Dqdict.txt2575 cell: 4096
2576 cell.c: 9326
2588 cell-pmu.h: 4133
2589 cell-regs.h: 9211