/qemu/tests/qtest/ |
H A D | cmsdk-apb-watchdog-test.c | 94 /* Step to just past the 500th tick */ in test_watchdog() 95 clock_step(500 * tick + 1); in test_watchdog() 97 g_assert_cmpuint(readl(wdog_base + WDOGVALUE), ==, 500); in test_watchdog() 100 clock_step(500 * tick); in test_watchdog() 109 clock_step(500 * tick); in test_watchdog() 110 g_assert_cmpuint(readl(wdog_base + WDOGVALUE), ==, 500); in test_watchdog() 140 /* Step to just past the 500th tick */ in test_clock_change() 141 clock_step(80 * 500 + 1); in test_clock_change() 143 g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 500); in test_clock_change() 152 clock_step(40 * 500); in test_clock_change() [all …]
|
H A D | cmsdk-apb-dualtimer-test.c | 57 /* Step to just past the 500th tick and check VALUE */ in test_dualtimer() 58 clock_step(500 * 40 + 1); in test_dualtimer() 60 g_assert_cmpuint(readl(TIMER_BASE + TIMER1VALUE), ==, 500); in test_dualtimer() 63 clock_step(500 * 40); in test_dualtimer() 92 /* Step to just past the 500th tick and check VALUE */ in test_prescale() 95 g_assert_cmpuint(readl(TIMER_BASE + TIMER2VALUE), ==, 500); in test_prescale() 98 clock_step(40 * 256 * 500); in test_prescale()
|
H A D | cmsdk-apb-timer-test.c | 36 /* Step to just past the 500th tick and check VALUE */ in test_timer() 37 clock_step(40 * 500 + 1); in test_timer() 39 g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 500); in test_timer() 42 clock_step(40 * 500); in test_timer()
|
/qemu/.gitlab-ci.d/ |
H A D | crossbuild-template.yml | 20 - export CCACHE_MAXSIZE="500M" 71 - export CCACHE_MAXSIZE="500M" 103 - export CCACHE_MAXSIZE="500M"
|
H A D | buildtest-template.yml | 19 - export CCACHE_MAXSIZE="500M"
|
H A D | windows.yml | 96 - $env:CCACHE_MAXSIZE = "500M"
|
/qemu/tests/unit/ |
H A D | test-virtio-dmabuf.c | 32 dmabuf_fd = g_random_int_range(3, 500); in test_add_remove_resources() 96 dmabuf_fd = g_random_int_range(3, 500); in test_add_invalid_resource() 113 dmabuf_fd = g_random_int_range(3, 500); in test_free_resources()
|
/qemu/tests/migration-stress/guestperf/ |
H A D | scenario.py | 24 downtime=500, 34 dirty_limit=False, x_vcpu_dirty_limit_period=500,
|
H A D | comparison.py | 142 Scenario("compr-dirty-limit-period-500", 143 dirty_limit=True, x_vcpu_dirty_limit_period=500),
|
H A D | shell.py | 113 parser.add_argument("--downtime", dest="downtime", default=500, type=int) 142 default=500, type=int)
|
/qemu/include/standard-headers/asm-s390/ |
H A D | virtio-ccw.h | 15 /* Subcode for diagnose 500 (virtio hypercall). */
|
/qemu/tests/qemu-iotests/ |
H A D | 200.out | 14 500 iterations performed
|
H A D | 200 | 79 for (( i=1;i<500;i++ ))
|
H A D | 308.out | 56 Permissions post-+x: 500
|
/qemu/tests/tcg/s390x/ |
H A D | lae.c | 11 unsigned long long ar = -1, b2 = 100000, r, x2 = 500; in main()
|
H A D | clc.c | 29 unsigned long mem = 42, rhs = 500; in main()
|
/qemu/hw/timer/ |
H A D | slavio_timer.c | 43 * The 31-bit counter is incremented every 500ns by bit 9. Bits 8..0 93 #define TIMER_PERIOD 500ULL // 500ns
|
/qemu/include/hw/misc/ |
H A D | led.h | 28 LED_COLOR_CYAN, /* 500 nm */
|
/qemu/tests/functional/qemu_test/ |
H A D | decorators.py | 90 data storage (over around 500MB-1GB mark) on the host,
|
/qemu/hw/sd/ |
H A D | sdmmc-internal.h | 108 #define EXT_CSD_MAX_PACKED_WRITES 500
|
/qemu/hw/block/ |
H A D | fdc-internal.h | 44 FDRIVE_RATE_500K = 0x00, /* 500 Kbps */
|
/qemu/hw/usb/ |
H A D | hcd-dwc2.h | 136 #define hcchar(_ch) hreg1[((_ch) << 3) + 0] /* 500, 520, ... */
|
/qemu/crypto/ |
H A D | pbkdf.c | 147 } else if (delta_ms > 500) { in threaded_qcrypto_pbkdf2_count_iters()
|
/qemu/include/disas/ |
H A D | dis-asm.h | 141 #define bfd_mach_ppc_e500 500 166 bfd_arch_h8500, /* Hitachi H8/500 */
|
/qemu/tests/functional/ |
H A D | meson.build | 35 'arm_bpim2u' : 500,
|