Home
last modified time | relevance | path

Searched full:1000000 (Results 1 – 21 of 21) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Ddelay.h6 #define IPI_DELAY 1000000
/kvm-unit-tests/lib/riscv/asm/
H A Ddelay.h13 return (timebase_frequency * usec) / 1000000; in usec_to_cycles()
/kvm-unit-tests/lib/powerpc/
H A Dprocessor.c78 return get_tb() * 1000000 / tb_hz; in get_clock_us()
96 delay((us * tb_hz) / 1000000); in udelay()
147 sleep_tb((us * tb_hz) / 1000000); in usleep()
/kvm-unit-tests/lib/arm/
H A Ddelay.c23 delay((u64)usec * get_cntfrq() / 1000000); in udelay()
/kvm-unit-tests/powerpc/
H A Dsieve.c32 #define STATIC_SIZE 1000000
H A Dsmp.c232 #define ITERS 1000000
282 #define ITERS 1000000
H A Dtimebase.c284 mtspr(SPR_HDEC, dec_min + 1000000); in test_hdec()
/kvm-unit-tests/common/
H A Dsieve.c32 #define STATIC_SIZE 1000000
/kvm-unit-tests/arm/
H A Dsieve.c32 #define STATIC_SIZE 1000000
/kvm-unit-tests/riscv/
H A Dsieve.c32 #define STATIC_SIZE 1000000
/kvm-unit-tests/x86/
H A Dsieve.c32 #define STATIC_SIZE 1000000
H A Dpmu_lbr.c7 #define N 1000000
H A Ddebug.c396 apic_write(APIC_TMICT, 1000000); in singlestep_with_sti_hlt()
H A Dapic.c696 } while (rdtsc() - start < 1000000); in test_fixed_ipi()
H A Dsvm_tests.c18 #define LATENCY_RUNS 1000000
1183 apic_start_timer(1000000); in interrupt_test()
1195 apic_start_timer(1000000); in interrupt_test()
H A Dpmu.c15 #define N 1000000
H A Dvmx_tests.c1614 apic_write(APIC_TMICT, 1000000); in interrupt_main()
1618 report(rdtsc() - start > 1000000 && timer_fired, in interrupt_main()
1626 apic_write(APIC_TMICT, 1000000); in interrupt_main()
1638 apic_write(APIC_TMICT, 1000000); in interrupt_main()
1651 apic_write(APIC_TMICT, 1000000); in interrupt_main()
9109 #define VMX_PREEMPTION_TIMER_EXPIRY_CYCLES 1000000
H A Drealmode.c1627 #define PERF_COUNT 1000000
/kvm-unit-tests/s390x/
H A Dsieve.c32 #define STATIC_SIZE 1000000
H A Dmigration-sck.c23 time_to_advance = (600ULL * 1000000) << STCK_SHIFT_US; in test_sck_migration()
/kvm-unit-tests/lib/arm64/
H A Dgic-v3-its-cmd.c177 u32 count = 1000000; /* 1s! */ in its_wait_for_range_completion()