Home
last modified time | relevance | path

Searched refs:replicate (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/qtest/
H A Dpflash-cfi02-test.c165 static inline uint64_t replicate(const FlashConfig *c, uint64_t data) in replicate() function
175 flash_write(c, as_byte_addr(c, cmd_addr), replicate(c, cmd)); in flash_cmd()
204 flash_write(c, byte_addr, replicate(c, SECTOR_ERASE_CMD)); in sector_erase()
210 const uint64_t dq6 = replicate(c, 0x40); in wait_for_completion()
298 g_assert_cmphex(flash_query(c, FLASH_ADDR(0)), ==, replicate(c, 0xBF)); in test_geometry()
307 replicate(c, 0x236D)); in test_geometry()
337 const uint64_t dq7 = replicate(c, 0x80); in test_geometry()
338 const uint64_t dq6 = replicate(c, 0x40); in test_geometry()
339 const uint64_t dq3 = replicate(c, 0x08); in test_geometry()
340 const uint64_t dq2 = replicate(c, 0x04); in test_geometry()
[all …]
/qemu/docs/devel/
H A Dreplay.rst92 order in replay mode must replicate the order of callbacks in record mode.
/qemu/tcg/riscv/
H A Dtcg-target.c.inc946 /* For LT/GE comparison against 0, replicate the sign bit. */
/qemu/tcg/i386/
H A Dtcg-target.c.inc3221 /* Then replicate the 64-bit elements across the rest of the vector. */