Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/riscv/
A Dsbi_pmu_test.c261 unsigned long counter_init_value = 100; in test_pmu_event() local
298 __GUEST_ASSERT(counter_value_post > counter_init_value, in test_pmu_event()
300 counter_value_post, counter_init_value); in test_pmu_event()
309 unsigned long counter_init_value = 100; in test_pmu_event_snapshot() local
336 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_snapshot()
345 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_snapshot()
351 __GUEST_ASSERT(counter_value_post > counter_init_value, in test_pmu_event_snapshot()
353 counter_value_post, counter_init_value); in test_pmu_event_snapshot()
362 unsigned long counter_init_value = ULONG_MAX - 10000; in test_pmu_event_overflow() local
378 __GUEST_ASSERT(counter_value_post < counter_init_value, in test_pmu_event_overflow()
[all …]

Completed in 10 milliseconds