Home
last modified time | relevance | path

Searched full:500 (Results 1 – 25 of 66) sorted by relevance

123

/qemu/tests/qtest/
H A Dcmsdk-apb-watchdog-test.c94 /* 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 Dcmsdk-apb-dualtimer-test.c57 /* 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 Dcmsdk-apb-timer-test.c36 /* 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 Dcrossbuild-template.yml20 - export CCACHE_MAXSIZE="500M"
71 - export CCACHE_MAXSIZE="500M"
103 - export CCACHE_MAXSIZE="500M"
H A Dbuildtest-template.yml19 - export CCACHE_MAXSIZE="500M"
H A Dwindows.yml96 - $env:CCACHE_MAXSIZE = "500M"
/qemu/tests/unit/
H A Dtest-virtio-dmabuf.c32 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 Dscenario.py24 downtime=500,
34 dirty_limit=False, x_vcpu_dirty_limit_period=500,
H A Dcomparison.py142 Scenario("compr-dirty-limit-period-500",
143 dirty_limit=True, x_vcpu_dirty_limit_period=500),
H A Dshell.py113 parser.add_argument("--downtime", dest="downtime", default=500, type=int)
142 default=500, type=int)
/qemu/include/standard-headers/asm-s390/
H A Dvirtio-ccw.h15 /* Subcode for diagnose 500 (virtio hypercall). */
/qemu/tests/qemu-iotests/
H A D200.out14 500 iterations performed
H A D20079 for (( i=1;i<500;i++ ))
H A D308.out56 Permissions post-+x: 500
/qemu/tests/tcg/s390x/
H A Dlae.c11 unsigned long long ar = -1, b2 = 100000, r, x2 = 500; in main()
H A Dclc.c29 unsigned long mem = 42, rhs = 500; in main()
/qemu/hw/timer/
H A Dslavio_timer.c43 * 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 Dled.h28 LED_COLOR_CYAN, /* 500 nm */
/qemu/tests/functional/qemu_test/
H A Ddecorators.py90 data storage (over around 500MB-1GB mark) on the host,
/qemu/hw/sd/
H A Dsdmmc-internal.h108 #define EXT_CSD_MAX_PACKED_WRITES 500
/qemu/hw/block/
H A Dfdc-internal.h44 FDRIVE_RATE_500K = 0x00, /* 500 Kbps */
/qemu/hw/usb/
H A Dhcd-dwc2.h136 #define hcchar(_ch) hreg1[((_ch) << 3) + 0] /* 500, 520, ... */
/qemu/crypto/
H A Dpbkdf.c147 } else if (delta_ms > 500) { in threaded_qcrypto_pbkdf2_count_iters()
/qemu/include/disas/
H A Ddis-asm.h141 #define bfd_mach_ppc_e500 500
166 bfd_arch_h8500, /* Hitachi H8/500 */
/qemu/tests/functional/
H A Dmeson.build35 'arm_bpim2u' : 500,

123