Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Drealmode.c1665 u32 cyc; in test_perf_mov() local
1668 cyc = cycles_in_big_real_mode(&insn_perf_move); in test_perf_mov()
1669 print_serial_u32((cyc - perf_baseline) / PERF_COUNT); in test_perf_mov()
1675 u32 cyc; in test_perf_arith() local
1678 cyc = cycles_in_big_real_mode(&insn_perf_arith); in test_perf_arith()
1679 print_serial_u32((cyc - perf_baseline) / PERF_COUNT); in test_perf_arith()
1685 u32 cyc, tmp; in test_perf_memory_load() local
1691 cyc = cycles_in_big_real_mode(&insn_perf_memory_load); in test_perf_memory_load()
1692 print_serial_u32((cyc - perf_baseline) / PERF_COUNT); in test_perf_memory_load()
1698 u32 cyc, tmp; in test_perf_memory_store() local
[all …]