Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c262 unsigned long counter_init_value = 100; in test_pmu_event() local
299 __GUEST_ASSERT(counter_value_post > counter_init_value, in test_pmu_event()
301 counter_value_post, counter_init_value); in test_pmu_event()
310 unsigned long counter_init_value = 100; in test_pmu_event_snapshot() local
337 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_snapshot()
346 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_snapshot()
352 __GUEST_ASSERT(counter_value_post > counter_init_value, in test_pmu_event_snapshot()
354 counter_value_post, counter_init_value); in test_pmu_event_snapshot()
363 unsigned long counter_init_value = ULONG_MAX - 10000; in test_pmu_event_overflow() local
379 __GUEST_ASSERT(counter_value_post < counter_init_value, in test_pmu_event_overflow()
[all …]