/qemu/target/xtensa/core-de212/ |
H A D | gdb-config.c.inc | 39 XTREG( 15, 60,32, 4, 4,0x010e,0x0006,-2, 1,0x0002,ar14, 0,0,0,0,0,0) 84 XTREG( 60,240,32, 4, 4,0x02b1,0x0007,-2, 2,0x1000,epc1, 0,0,0,0,0,0) 123 …3:60:55:11:03:52:c5:20:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:62:64:02:0… 125 …3:60:55:11:03:52:c5:24:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:62:64:02:0… 127 …3:60:55:11:03:52:c5:28:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:62:64:02:0… 129 …3:60:55:11:03:52:d5:03:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:62:64:02:0… 131 …60:55:11:03:52:c5:a0:03:52:d5:04:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:… 133 …60:55:11:03:52:c5:a4:03:52:d5:04:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:… 135 …60:55:11:03:52:c5:b0:03:52:d5:04:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:… 137 …60:55:11:03:52:c5:b4:03:52:d5:04:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:… [all …]
|
/qemu/pc-bios/descriptors/ |
H A D | meson.build | 5 '60-edk2-aarch64.json', 6 '60-edk2-arm.json', 7 '60-edk2-i386.json', 8 '60-edk2-x86_64.json', 9 '60-edk2-loongarch64.json', 10 '60-edk2-riscv64.json'
|
/qemu/tests/unit/ |
H A D | test-int128.c | 193 test_rshift_one(0x00010000U, 60, 0x0000000000000000ULL, 0x0000000000000010ULL); in test_rshift() 194 test_rshift_one(0x80010000U, 60, 0xFFFFFFFFFFFFFFF8ULL, 0x0000000000000010ULL); in test_rshift() 195 test_rshift_one(0x00018000U, 60, 0x0000000000000000ULL, 0x0000000000000018ULL); in test_rshift() 196 test_rshift_one(0x80018000U, 60, 0xFFFFFFFFFFFFFFF8ULL, 0x0000000000000018ULL); in test_rshift() 197 test_rshift_one(0x7FFE0000U, 60, 0x0000000000000007ULL, 0xFFFFFFFFFFFFFFE0ULL); in test_rshift() 198 test_rshift_one(0xFFFE0000U, 60, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFE0ULL); in test_rshift() 199 test_rshift_one(0x7FFE8000U, 60, 0x0000000000000007ULL, 0xFFFFFFFFFFFFFFE8ULL); in test_rshift() 200 test_rshift_one(0xFFFE8000U, 60, 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFE8ULL); in test_rshift() 228 test_urshift_one(0x00010000U, 60, 0x0000000000000000ULL, in test_urshift() 230 test_urshift_one(0x80010000U, 60, 0x0000000000000008ULL, in test_urshift() [all …]
|
H A D | test-bitmap.c | 44 /* Set bits in bmap2 are 60-205 */ in check_bitmap_copy_with_offset() 46 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset() 47 g_assert_cmpint(find_next_zero_bit(bmap2, 205, 60), ==, 205); in check_bitmap_copy_with_offset()
|
H A D | crypto-tls-x509-helpers.c | 212 time_t start = time(NULL) + (60 * 60 * req->start_offset); in test_tls_generate_cert() 213 time_t expire = time(NULL) + (60 * 60 * (req->expire_offset in test_tls_generate_cert()
|
H A D | test-shift128.c | 39 0x0000000000000000ULL, 60, false }, 71 0x8000000000000000ULL, 0x9888888888888888ULL, 60, true },
|
/qemu/tests/qemu-iotests/ |
H A D | 034 | 81 $QEMU_IO -c "write -P 0xa 60k 8k" "$TEST_IMG" | _filter_qemu_io 91 $QEMU_IO -c "read -P 0x55 0 60k" "$TEST_IMG" | _filter_qemu_io 92 $QEMU_IO -c "read -P 0xa 60k 4k" "$TEST_IMG" | _filter_qemu_io 109 $QEMU_IO -c "read -P 0x55 0 60k" "$TEST_IMG" | _filter_qemu_io 110 $QEMU_IO -c "read -P 0xa 60k 4k" "$TEST_IMG" | _filter_qemu_io
|
H A D | 261 | 71 nb_entries=$(peek_file_be "$1" 60 4) 382 poke_file "$TEST_IMG" 60 \ 397 echo " Image header reports $(peek_file_be "$TEST_IMG" 60 4) snapshots" 463 poke_file "$TEST_IMG" 60 \ 487 poke_file "$TEST_IMG" 60 '\x00\x02\x00\x00' 524 echo " Image header reports $(peek_file_be "$TEST_IMG" 60 4) snapshots"
|
H A D | 034.out | 43 60 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 68 60 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
/qemu/docs/ |
H A D | throttle.txt | 88 bursts of 2000 IOPS for 60 seconds, we would do it like this (the line 94 throttling.iops-total-max-length=60 108 "iops_max_length": 60, 233 iops-total-max-length=60 237 - The size of the bucket is 2000 x 60 = 120000 250 it will take a bit more than 60 seconds at 2000 IOPS to fill it 251 up. After those 60 seconds the bucket will have leaked 60 x 100 =
|
/qemu/tests/fp/ |
H A D | meson.build | 14 'rem': 60, 15 'div': 60, 16 'mul': 60,
|
/qemu/include/net/ |
H A D | eth.h | 34 #define ETH_ZLEN 60 /* Min. octets in frame without FCS */ 242 #define ETH_MAX_IP4_HDR_LEN (60) 262 #define IP6_DESTINATON (60) 427 * If the Ethernet frame size is shorter than 60 bytes, it will be padded to 428 * 60 bytes at the address @padded_pkt.
|
/qemu/docs/system/devices/ |
H A D | keyboard.rst | 121 - 60 124 - 60
|
/qemu/net/ |
H A D | announce.c | 117 /* Padding to get up to 60 bytes (ethernet min packet size, minus FCS). */ in announce_self_create() 120 return 60; /* len (FCS will be added by hardware) */ in announce_self_create() 139 uint8_t buf[60]; in qemu_announce_self_iter()
|
/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 52 o |= extract64(i, 60, 4) << 60; in pac_cell_shuffle() 79 o |= i & MAKE_64BIT_MASK(60, 4); in pac_cell_inv_shuffle() 184 o |= tweak_cell_rot(extract64(i, 60, 4)) << 44; in tweak_shuffle() 189 o |= tweak_cell_rot(extract64(i, 36, 4)) << 60; in tweak_shuffle() 214 o |= tweak_cell_inv_rot(extract64(i, 60, 4)) << 36; in tweak_inv_shuffle() 221 o |= tweak_cell_inv_rot(extract64(i, 44, 4)) << 60; in tweak_inv_shuffle()
|
/qemu/scripts/ |
H A D | u2f-setup-gen.py | 100 cert.gmtime_adj_notAfter(4 * (365 * 24 * 60 * 60))
|
/qemu/target/riscv/ |
H A D | debug.h | 68 #define RV64_TYPE(t) ((uint64_t)(t) << 60) 69 #define RV64_TYPE_MASK (0xfULL << 60)
|
/qemu/tests/tcg/s390x/ |
H A D | ex-branch.c | 68 ".org . + 60\n" \ 84 ".org . + 60\n" \
|
/qemu/tests/qtest/ |
H A D | virtio-net-test.c | 191 char buffer[60]; in announce_self() 236 ret = recv(sv[0], buffer, 60, MSG_DONTWAIT); in announce_self() 248 g_assert_cmpint(total_received, <, 60 * 30 * 2); in announce_self()
|
/qemu/include/qemu/ |
H A D | units.h | 18 #define EiB (INT64_C(1) << 60)
|
/qemu/hw/intc/ |
H A D | pnv_xive2_regs.h | 127 #define CQ_TDR_BLOCK_ID PPC_BITMASK(60, 63) 198 #define VC_AT_MACRO_KILL_OFFSET PPC_BITMASK(48, 60) 384 #define PC_AT_KILL_OFFSET PPC_BITMASK(48, 60) 391 #define PC_AT_KILL_MASK_OFFSET PPC_BITMASK(48, 60)
|
/qemu/hw/rtc/ |
H A D | m48t59.c | 113 next_time = 24 * 60 * 60; in alarm_cb() 119 next_time = 60 * 60; in alarm_cb() 125 next_time = 60; in alarm_cb()
|
/qemu/hw/net/fsl_etsec/ |
H A D | rings.c | 261 tx_padding_and_crc(etsec, 60); in process_tx_bd() 478 if (etsec->rx_buffer_len < 60) { in rx_init_frame() 479 etsec->rx_padding += 60 - etsec->rx_buffer_len; in rx_init_frame() 513 if (!(etsec->regs[RCTRL].value & RCTRL_RSF) && (size < 60)) { in etsec_rx_ring_write() 514 /* CRC is not in the packet yet, so short frame is below 60 bytes */ in etsec_rx_ring_write()
|
/qemu/hw/display/ |
H A D | edid-generate.c | 27 /* dea/dta extension timings (all @ 60 Hz) */ 30 /* additional standard timings 3 (all @ 60Hz) */ 45 /* established timings (all @ 60Hz) */ 124 mode[1] = ((aspect << 6) | (60 - 60)); in edid_std_mode()
|
/qemu/hw/i386/ |
H A D | amd_iommu.c | 391 amdvi_log_illegalcom_error(s, extract64(cmd[0], 60, 4), in amdvi_completion_wait() 417 amdvi_log_illegalcom_error(s, extract64(cmd[0], 60, 4), in amdvi_inval_devtab_entry() 429 amdvi_log_illegalcom_error(s, extract64(cmd[0], 60, 4), in amdvi_complete_ppr() 443 if (extract64(cmd[0], 0, 60) || cmd[1]) { in amdvi_inval_all() 444 amdvi_log_illegalcom_error(s, extract64(cmd[0], 60, 4), in amdvi_inval_all() 470 amdvi_log_illegalcom_error(s, extract64(cmd[0], 60, 4), in amdvi_inval_pages() 484 amdvi_log_illegalcom_error(s, extract64(cmd[0], 60, 4), in amdvi_prefetch_pages() 494 amdvi_log_illegalcom_error(s, extract64(cmd[0], 60, 4), in amdvi_inval_inttable() 514 amdvi_log_illegalcom_error(s, extract64(cmd[0], 60, 4), in iommu_inval_iotlb() 541 switch (extract64(cmd[0], 60, 4)) { in amdvi_cmdbuf_exec() [all …]
|