/qemu/scripts/simplebench/ |
H A D | table_templater.py | 47 def gen(self, column, row): argument 56 result.append(column[i])
|
H A D | results_to_text.py | 84 # Add row of difference between columns. For each column starting from 86 row = ['', ''] # case name and first column
|
H A D | bench-example.py | 61 # the column, other fields are handled by bench_func.
|
H A D | img_bench_templater.py | 61 column templating: {var1|var2|...} - test will use different values in
|
H A D | bench_write_req.py | 154 # for the column, other fields are handled by bench_func.
|
/qemu/docs/specs/ |
H A D | ppc-spapr-xive.rst | 260 - The ``LISN`` column outputs the interrupt number of the source in 262 - The ``PQ`` column reflects the state of the PQ bits of the source : 273 - The ``EISN`` column is the event data that will be queued in the event 275 - The ``CPU/PRIO`` column is the tuple defining the CPU number and 277 - The ``EQ`` column outputs :
|
/qemu/tests/tcg/multiarch/ |
H A D | test-aes-main.c.inc | 23 * column-major, whereas C is row-major. Therefore to get the bytes 27 * so the "After SubBytes" column is omitted, using only the combined 28 * result "After ShiftRows" column.
|
/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 141 /* content column 216 two-column nature */ 221 /* but the content column itself should still be less than ~80ch. */
|
/qemu/scripts/ci/ |
H A D | coverage-summary.sh | 24 column -t rejoined.txt > final.txt
|
/qemu/scripts/ |
H A D | compare-machine-types.py | 257 column = [] 261 column.append(mt.compat_props[driver][prop]) 264 column.append(self._qemu_drivers.get_prop(driver, prop)) 265 table.append(pd.DataFrame({name: column}))
|
/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 15 - column
|
/qemu/scripts/coccinelle/ |
H A D | err-bad-newline.cocci | 49 print("%s:%s:%s:%s" % (p[0].file, p[0].line, p[0].column, fmt))
|
/qemu/hw/mem/ |
H A D | cxl_type3_stubs.c | 35 bool has_column, uint16_t column, in qmp_cxl_inject_dram_event() argument
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | utils.py | 51 """Return line and column for a char position in string
|
/qemu/hw/display/ |
H A D | ssd0303.c | 106 case 0x00 ... 0x0f: /* Set lower column address. */ in ssd0303_send() 109 case 0x10 ... 0x20: /* Set higher column address. */ in ssd0303_send()
|
H A D | ssd0323.c | 113 case 0x15: /* Set column. */ in OBJECT_DECLARE_SIMPLE_TYPE() 247 /* TODO: Implement row/column remapping. */ in ssd0323_update_display()
|
H A D | vmware_vga.c | 465 int column; in vmsvga_fill_rect() local 485 for (column = width; column > 0; column--) { in vmsvga_fill_rect()
|
H A D | artist.c | 388 int line, endline, lineincr, startcolumn, endcolumn, columnincr, column; in block_move() local 436 for (column = startcolumn; column != endcolumn; column += columnincr) { in block_move()
|
/qemu/hw/nvram/ |
H A D | xlnx-versal-efuse-ctrl.c | 59 FIELD(EFUSE_PGM_ADDR, COLUMN, 0, 5) 285 bit = FIELD_DP32(row, EFUSE_PGM_ADDR, COLUMN, EFUSE_ANCHOR_3_COL); in efuse_anchor_bits_check() 290 bit = FIELD_DP32(row, EFUSE_PGM_ADDR, COLUMN, EFUSE_ANCHOR_1_COL); in efuse_anchor_bits_check() 450 FIELD_EX32(bit, EFUSE_PGM_ADDR, COLUMN)); in efuse_pgm_addr_postw()
|
H A D | xlnx-zynqmp-efuse.c | 58 FIELD(EFUSE_PGM_ADDR, COLUMN, 0, 5) 196 #define BIT_POS(ROW, COLUMN) (ROW * 32 + COLUMN) argument
|
/qemu/qapi/ |
H A D | cxl.json | 127 # @column: Column address within the DRAM. 140 '*column': 'uint16', '*correction-mask': [ 'uint64' ]
|
/qemu/include/hw/cxl/ |
H A D | cxl_events.h | 145 uint16_t column; member
|
/qemu/python/qemu/utils/ |
H A D | __init__.py | 69 characters that display using a single monospace column.
|
/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 525 * chunks column-major, with a platform-dependent height. On top of that the 543 * are arranged in four groups (two wide, two high) with column-major layout. 545 * out as 2x2 column-major. 1060 * The pitch between the start of each column is set to optimally 1062 * of column width in the modifier (we can't use the stride value due 1066 * Note that the column height for this format modifier is the same 1067 * for all of the planes, assuming that each column contains both Y 1069 * image from Y to reduce the column height, which is not supported 1104 * moving from one column to the next doesn't hit the same SDRAM page
|
/qemu/hw/sh4/ |
H A D | sh7750_regs.h | 873 #define SH7750_MCR_AMX_DRAM_8BIT_COL 0x00000000 /* 8-bit column addr */ 874 #define SH7750_MCR_AMX_DRAM_9BIT_COL 0x00000008 /* 9-bit column addr */ 875 #define SH7750_MCR_AMX_DRAM_10BIT_COL 0x00000010 /* 10-bit column addr */ 876 #define SH7750_MCR_AMX_DRAM_11BIT_COL 0x00000018 /* 11-bit column addr */ 877 #define SH7750_MCR_AMX_DRAM_12BIT_COL 0x00000020 /* 12-bit column addr */
|